summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-26 16:05:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-26 16:05:20 +0000
commit4ac3fb8e459951bd361f658448729bd7c04efd99 (patch)
treedf6f3cba1bc2f76d698a0c56cf11b5fbcde86d55 /package/e2fsprogs
parentc05ba34ba7526bc90c7db606f93093a1689bcae0 (diff)
downloadmaster-31e0f0ae-4ac3fb8e459951bd361f658448729bd7c04efd99.tar.gz
master-31e0f0ae-4ac3fb8e459951bd361f658448729bd7c04efd99.tar.bz2
master-31e0f0ae-4ac3fb8e459951bd361f658448729bd7c04efd99.zip
libuuid needs to be compiled with fPIC/pic.
SVN-Revision: 18542
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index e5cf995c92..c05105aab7 100644
--- 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 \