summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-27 11:49:46 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-27 11:49:46 +0200
commit213bbe9a2281f47eb1f602c041fd91133b662c35 (patch)
tree07e43cefb88c50dc9f8163b8cd0388ee745e6f89 /package/util-linux
parent6378cac4e633600d1e2d6cdcd729049fda090fb3 (diff)
downloadbuildroot-novena-213bbe9a2281f47eb1f602c041fd91133b662c35.tar.gz
buildroot-novena-213bbe9a2281f47eb1f602c041fd91133b662c35.zip
util-linux: misc fixes
- We patch configure.ac, so we need to autoreconf - configure uses pkg-config, so ensure the cross version is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/util-linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index a63055aa8..c01a4ff79 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -7,6 +7,8 @@ UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR).1
UTIL_LINUX_VERSION_MAJOR = 2.19
UTIL_LINUX_SOURCE = util-linux-$(UTIL_LINUX_VERSION).tar.bz2
UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERSION_MAJOR)
+UTIL_LINUX_AUTORECONF = YES
+UTIL_LINUX_DEPENDENCIES = host-pkg-config
UTIL_LINUX_CONF_OPT += --disable-rpath --disable-makeinstall-chown