diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-10 12:20:29 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-10 12:20:29 -0800 |
| commit | 6fb49f68fc2ac3539732794f553f635610c92ef2 (patch) | |
| tree | e381ccbe988c37df80f4ebeef321861fadb65fb9 /make-mac.mk | |
| parent | ef7faa729129a559521a622ddf1e60536a304a5f (diff) | |
| download | infinitytier-6fb49f68fc2ac3539732794f553f635610c92ef2.tar.gz infinitytier-6fb49f68fc2ac3539732794f553f635610c92ef2.zip | |
Comment out and disable old auto-update code.
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/make-mac.mk b/make-mac.mk index 0fbd3817..79f50ca1 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -24,7 +24,7 @@ ZT_USE_MINIUPNPC?=1 # For internal use only -- signs everything with ZeroTier's developer cert ifeq ($(ZT_OFFICIAL_RELEASE),1) - DEFS+=-DZT_OFFICIAL_RELEASE -DZT_AUTO_UPDATE + DEFS+=-DZT_OFFICIAL_RELEASE ZT_USE_MINIUPNPC=1 CODESIGN=codesign PRODUCTSIGN=productsign @@ -36,10 +36,6 @@ ifeq ($(ZT_ENABLE_CLUSTER),1) DEFS+=-DZT_ENABLE_CLUSTER endif -ifeq ($(ZT_AUTO_UPDATE),1) - DEFS+=-DZT_AUTO_UPDATE -endif - ifeq ($(ZT_USE_MINIUPNPC),1) DEFS+=-DMACOSX -DZT_USE_MINIUPNPC -DMINIUPNP_STATICLIB -D_DARWIN_C_SOURCE -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -DOS_STRING=\"Darwin/15.0.0\" -DMINIUPNPC_VERSION_STRING=\"2.0\" -DUPNP_VERSION_STRING=\"UPnP/1.1\" -DENABLE_STRNATPMPERR OBJS+=ext/libnatpmp/natpmp.o ext/libnatpmp/getgateway.o ext/miniupnpc/connecthostport.o ext/miniupnpc/igd_desc_parse.o ext/miniupnpc/minisoap.o ext/miniupnpc/minissdpc.o ext/miniupnpc/miniupnpc.o ext/miniupnpc/miniwget.o ext/miniupnpc/minixml.o ext/miniupnpc/portlistingparse.o ext/miniupnpc/receivedata.o ext/miniupnpc/upnpcommands.o ext/miniupnpc/upnpdev.o ext/miniupnpc/upnperrors.o ext/miniupnpc/upnpreplyparse.o osdep/PortMapper.o |
