[package] libbfd must be compiled with the proper pic flags
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Jun 2009 13:42:43 +0000 (13:42 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Jun 2009 13:42:43 +0000 (13:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16504 3c298f89-4303-0410-b956-a3cf2f4a3e73

devel/binutils/Makefile

index 9e27f16..a80bef6 100644 (file)
@@ -41,6 +41,8 @@ define Package/libbfd
   TITLE:=libbfd
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --disable-werror \