enable $(FPIC) for a few more packages
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 22:43:15 +0000 (22:43 +0000)
committerJiri Slachta <slachta@cesnet.cz>
Sat, 8 Mar 2014 11:06:46 +0000 (12:06 +0100)
libs/zaptel/Makefile

index 43a7ce3683ebeec0d4d07a29ea7f628efd9c945c..450c1961b2fbbfc216084b326bdcabc7fb34b10e 100644 (file)
@@ -34,6 +34,8 @@ endef
 define Build/Configure
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \