Route re-add patch for linux build on Synology devices

This commit is contained in:
Joseph Henry 2017-02-16 16:41:26 -08:00
commit b5b335a6f8
3 changed files with 12 additions and 1 deletions

View file

@ -41,6 +41,10 @@ ifeq ($(ZT_ENABLE_CLUSTER),1)
DEFS+=-DZT_ENABLE_CLUSTER
endif
ifeq ($(ZT_SYNOLOGY), 1)
DEFS+=-D__SYNOLOGY__
endif
ifeq ($(ZT_TRACE),1)
DEFS+=-DZT_TRACE
endif