projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e3b961
)
[package] libuuid needs to be compiled with fPIC/pic.
author
Florian Fainelli
<florian@openwrt.org>
Thu, 26 Nov 2009 16:05:20 +0000
(16:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 26 Nov 2009 16:05:20 +0000
(16:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
e5cf995
..
c05105a
100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-107,6
+107,8
@@
$(call Package/e2fsprogs)
DEPENDS:=libuuid libblkid
endef
+TARGET_CFLAGS += $(FPIC)
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \