projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3df94
)
libnl-tiny: add -fpic
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 May 2009 16:38:06 +0000
(16:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 May 2009 16:38:06 +0000
(16:38 +0000)
SVN-Revision: 15594
package/libnl-tiny/Makefile
patch
|
blob
|
history
diff --git
a/package/libnl-tiny/Makefile
b/package/libnl-tiny/Makefile
index 8a674aa01821a9559ee0cd03e3e2b0719c1763ab..4b02ef16be0f1cde83019b3b7187e2b20b6936b1 100644
(file)
--- a/
package/libnl-tiny/Makefile
+++ b/
package/libnl-tiny/Makefile
@@
-28,6
+28,8
@@
define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
+TARGET_CFLAGS += $(FPIC)
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \