libuuid needs to be compiled with fPIC/pic.

SVN-Revision: 18542
lede-17.01
Florian Fainelli 2009-11-26 16:05:20 +00:00
parent c05ba34ba7
commit 4ac3fb8e45
1 changed files with 2 additions and 0 deletions

View File

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