diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-26 16:05:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-26 16:05:20 +0000 |
commit | 69cbd19bb445fc2a7072f782e681ac79219d8086 (patch) | |
tree | 8e70e16cb7246a6a0fef3d46b206436c5b702d31 /package | |
parent | cf95df7f3d2bac25d80b7cf113ba7a589300eada (diff) |
[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/Makefile | 2 |
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 \ |