util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup (#11508)

SVN-Revision: 31854
master
Jo-Philipp Wich 13 years ago
parent 166db84309
commit 44f64af730
  1. 2
      package/util-linux/Makefile

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

Loading…
Cancel
Save