From: Florian Fainelli Date: Thu, 26 Nov 2009 16:05:20 +0000 (+0000) Subject: libuuid needs to be compiled with fPIC/pic. X-Git-Tag: reboot~21810 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4ac3fb8e459951bd361f658448729bd7c04efd99;hp=c05ba34ba7526bc90c7db606f93093a1689bcae0;p=openwrt%2Fopenwrt.git libuuid needs to be compiled with fPIC/pic. SVN-Revision: 18542 --- 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 \