[package] libuuid needs to be compiled with fPIC/pic.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-11-26 16:05:20 +00:00
parent 5e3b96115c
commit e602bdc1cb
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 \