mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-12 07:24:22 +00:00
util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup (#11508)
SVN-Revision: 31854
This commit is contained in:
parent
166db84309
commit
44f64af730
@ -36,6 +36,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-tls
|
--disable-tls
|
||||||
|
|
||||||
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
BUILDCC="$(HOSTCC)" \
|
BUILDCC="$(HOSTCC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user