From: florian Date: Thu, 18 Jun 2009 13:42:43 +0000 (+0000) Subject: [package] libbfd must be compiled with the proper pic flags X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=57d31ce482a2d0047b00987ee2e1dce493719a6b;p=packages.git [package] libbfd must be compiled with the proper pic flags git-svn-id: svn://svn.openwrt.org/openwrt/packages@16504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 9e27f16b6..a80bef6a1 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -41,6 +41,8 @@ define Package/libbfd TITLE:=libbfd endef +TARGET_CFLAGS += $(FPIC) + define Build/Configure $(call Build/Configure/Default, \ --disable-werror \