mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Added override directive to CFLAGS for Synology builds in make-linux.mk
This commit is contained in:
parent
c8a907fd71
commit
22301a4599
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ ifeq ($(ZT_QNAP), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_SYNOLOGY), 1)
|
ifeq ($(ZT_SYNOLOGY), 1)
|
||||||
|
override CFLAGS+=-fPIC
|
||||||
override CXXFLAGS+=-fPIC
|
override CXXFLAGS+=-fPIC
|
||||||
override DEFS+=-D__SYNOLOGY__
|
override DEFS+=-D__SYNOLOGY__
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue