tools/util-linux: build libuuid as PIC
Needed to fix users of libuuid.a as autoconf applies PIC to only shared libraries by default. Found when trying to build python3/host. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15852 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
a7f37b401b
commit
a787ebf716
|
@ -21,6 +21,7 @@ HOST_BUILD_PARALLEL:=1
|
|||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--with-pic \
|
||||
--disable-shared \
|
||||
--disable-all-programs \
|
||||
--enable-hexdump \
|
||||
|
|
Loading…
Reference in New Issue