summaryrefslogtreecommitdiffstats
path: root/rules/host-util-linux-ng.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-06 09:00:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-08 14:40:53 +0200
commit19bcc1692738c8a4292d34a38dc0178832497ddb (patch)
tree29d00236c3ce18a8c453b6a0d25633126af4d08f /rules/host-util-linux-ng.make
parentbd72b7f18cae0d64016192ddd718ca0e76ac4a67 (diff)
downloadptxdist-19bcc1692738c8a4292d34a38dc0178832497ddb.tar.gz
ptxdist-19bcc1692738c8a4292d34a38dc0178832497ddb.tar.xz
[host-util-linux-ng] only build libuuid and libblkid
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-util-linux-ng.make')
-rw-r--r--rules/host-util-linux-ng.make7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
index d25602e0a..d569f2ba5 100644
--- a/rules/host-util-linux-ng.make
+++ b/rules/host-util-linux-ng.make
@@ -38,6 +38,11 @@ HOST_UTIL_LINUX_NG_AUTOCONF := \
$(HOST_AUTOCONF) \
--disable-use-tty-group \
--disable-makeinstall-chown \
- --disable-fallocate
+ --disable-fallocate \
+ --enable-libuuid \
+ --enable-libblkid
+
+HOST_UTIL_LINUX_NG_MAKE_OPT := -C shlibs
+HOST_UTIL_LINUX_NG_INSTALL_OPT := $(HOST_UTIL_LINUX_NG_MAKE_OPT) install
# vim: syntax=make