libuuid needs to be compiled with fPIC/pic.
SVN-Revision: 18542
This commit is contained in:
parent
c05ba34ba7
commit
4ac3fb8e45
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ $(call Package/e2fsprogs)
|
||||||
DEPENDS:=libuuid libblkid
|
DEPENDS:=libuuid libblkid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
|
Loading…
Reference in a new issue