[package] argp-standalone: should be compile with fpic
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 08:07:24 +0000 (08:07 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 08:07:24 +0000 (08:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27505 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/argp-standalone/Makefile

index f017393..02e100d 100644 (file)
@@ -21,11 +21,9 @@ define Package/argp-standalone/description
   GNU libc hierarchial argument parsing library broken out from glibc.
 endef
 
-#MAKE_FLAGS += \
-#        OPTIM="$(TARGET_CFLAGS)" \
-#        CFLAGS="$(TARGET_CFLAGS)" \
-#        DESTDIR="$(PKG_INSTALL_DIR)" \
-#        all install
+MAKE_FLAGS += \
+       CFLAGS="$(TARGET_CFLAGS) $(FPIC)"
+
 
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include