mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Netconf build fixes, schema, etc.
This commit is contained in:
parent
fab951e98a
commit
31bf0a4ea6
10 changed files with 146 additions and 290 deletions
|
@ -29,8 +29,9 @@ endif
|
|||
# Build with ZT_ENABLE_NETCONF_MASTER=1 to build with NetworkConfigMaster enabled
|
||||
ifeq ($(ZT_ENABLE_NETCONF_MASTER),1)
|
||||
DEFS+=-DZT_ENABLE_NETCONF_MASTER
|
||||
LIBS+=-L/usr/local/lib -lhiredis
|
||||
LIBS+=-L/usr/local/lib -lsqlite3
|
||||
ARCH_FLAGS=-arch x86_64
|
||||
OBJS+=netconf/SqliteNetworkConfigMaster.o
|
||||
endif
|
||||
|
||||
# Enable SSE-optimized Salsa20 -- all Intel macs support SSE2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue