From: florian Date: Thu, 26 Nov 2009 16:05:20 +0000 (+0000) Subject: [package] libuuid needs to be compiled with fPIC/pic. X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=69cbd19bb445fc2a7072f782e681ac79219d8086 [package] libuuid needs to be compiled with fPIC/pic. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index e5cf995c9..c05105aab 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 \