Browse Source

libuuid needs to be compiled with fPIC/pic.

SVN-Revision: 18542
Florian Fainelli 16 years ago
parent
commit
4ac3fb8e45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/e2fsprogs/Makefile

+ 2 - 0
package/e2fsprogs/Makefile

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