aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commite602bdc1cb2ab7fd54296f28df24600437a54164 (patch)
tree8e70e16cb7246a6a0fef3d46b206436c5b702d31 /package
parent5e3b96115cf9ae750c7b8a41ea982bfbe0319582 (diff)
downloadmaster-187ad058-e602bdc1cb2ab7fd54296f28df24600437a54164.tar.gz
master-187ad058-e602bdc1cb2ab7fd54296f28df24600437a54164.tar.bz2
master-187ad058-e602bdc1cb2ab7fd54296f28df24600437a54164.zip
[package] libuuid needs to be compiled with fPIC/pic.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 \