[package] libuuid needs to be compiled with fPIC/pic.
authorFlorian Fainelli <florian@openwrt.org>
Thu, 26 Nov 2009 16:05:20 +0000 (16:05 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 26 Nov 2009 16:05:20 +0000 (16:05 +0000)
SVN-Revision: 18542

package/e2fsprogs/Makefile

index e5cf995c9253b2f5eb2678b0c261d44ab07ed8c3..c05105aab7658781a4f5c807edaed907d2129267 100644 (file)
@@ -107,6 +107,8 @@ $(call Package/e2fsprogs)
   DEPENDS:=libuuid libblkid
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \