mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
libuuid needs to be compiled with fPIC/pic.
SVN-Revision: 18542
This commit is contained in:
parent
c05ba34ba7
commit
4ac3fb8e45
@ -107,6 +107,8 @@ $(call Package/e2fsprogs)
|
||||
DEPENDS:=libuuid libblkid
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
Loading…
Reference in New Issue
Block a user