zerotier: fix segfault on ARM platforms
[feed/packages.git] / net / zerotier / Makefile
index 7b70bd1ac217b98f59e5cc582b753334987ef771..ca3222cf2126a17b36db36587d1fa2496e44c4d0 100644 (file)
@@ -56,7 +56,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