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:
Jo-Philipp Wich 2012-05-24 09:17:27 +00:00
parent 166db84309
commit 44f64af730

View file

@ -36,6 +36,8 @@ CONFIGURE_ARGS += \
--disable-nls \
--disable-tls
TARGET_CFLAGS += $(FPIC)
define Build/InstallDev
$(MAKE) -C $(PKG_BUILD_DIR) \
BUILDCC="$(HOSTCC)" \