projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8d468
)
[package] libbfd must be compiled with the proper pic flags
author
Florian Fainelli
<florian@openwrt.org>
Thu, 18 Jun 2009 13:42:43 +0000
(13:42 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 18 Jun 2009 13:42:43 +0000
(13:42 +0000)
SVN-Revision: 16504
devel/binutils/Makefile
patch
|
blob
|
history
diff --git
a/devel/binutils/Makefile
b/devel/binutils/Makefile
index 9e27f16b6df514fbd6decfd55c78456510786b22..a80bef6a17bd33af7ccf7bec3abcaad4e8b10655 100644
(file)
--- 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 \