Browse Source

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

SVN-Revision: 31854
Jo-Philipp Wich 13 years ago
parent
commit
44f64af730
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/util-linux/Makefile

+ 2 - 0
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)" \