X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fzerotier%2FMakefile;h=47e3f7a630a2dfe3ac4f2692f7936da1264f635d;hb=b5cde91594a858b823270e50fed27bb7985ddebe;hp=f7ffd766eb8a7b9a05f3a833fa775b5e158d5cdd;hpb=ad52e193ac5455bf77d32f496b12aedd80d6bc41;p=feed%2Fpackages.git diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index f7ffd766eb..47e3f7a630 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zerotier -PKG_VERSION:=1.8.6 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.10.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)? -PKG_HASH:=40dce71426f2649e5159854c37560f5a0b634c23d4774453dae0b7ef620af22a +PKG_HASH:=5dc185a65baf8caa3fb739cbc8043677aa117604be9036a28c34f8fda5d6eafe PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION) PKG_MAINTAINER:=Moritz Warning @@ -45,6 +45,8 @@ MAKE_FLAGS += ZT_DEBUG=1 endif MAKE_FLAGS += \ + ZT_EMBEDDED=1 \ + ZT_SSO_SUPPORTED=0 \ DEFS="" \ OSTYPE="Linux" \ @@ -56,7 +58,7 @@ endif endef # Make binary smaller -TARGET_CFLAGS += -ffunction-sections -fdata-sections -fPIE +TARGET_CFLAGS += -ffunction-sections -fdata-sections TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed define Package/zerotier/conffiles