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
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ CONFIGURE_ARGS += \
|
|||
--disable-nls \
|
||||
--disable-tls
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/InstallDev
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
BUILDCC="$(HOSTCC)" \
|
||||
|
|
Loading…
Reference in a new issue