From: Florian Fainelli 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://git.lede-project.org./?a=commitdiff_plain;h=4c4c7a8e66b30c21a8d3cb02c691b0fce0f05d77;p=openwrt%2Fsvn-archive%2Farchive.git [package] libbfd must be compiled with the proper pic flags SVN-Revision: 16504 --- diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 9e27f16b6d..a80bef6a17 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 \