* [Buildroot] [PATCH 1/1] host util-linux: disable login and su since they depend on PAM
@ 2013-03-11 16:19 Christophe Vu-Brugier
2013-03-18 21:58 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Christophe Vu-Brugier @ 2013-03-11 16:19 UTC (permalink / raw)
To: buildroot
This fixes the following errors when building util-linux v2.22.2 for
the host in case the PAM headers are missing:
configure: error: login selected, but required PAM header file not available
configure: error: su selected, but required PAM header file not available
Signed-off-by: Christophe Vu-Brugier <cvubrugier@lacie.com>
---
package/util-linux/util-linux.mk | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 5e88206..b562206 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -79,11 +79,12 @@ UTIL_LINUX_CONF_OPT += \
# and none of the util-linux utilities, so we disable all of them.
HOST_UTIL_LINUX_CONF_OPT += \
--enable-libuuid \
- --disable-mount --disable-fsck --disable-libmount \
- --disable-uuidd --disable-libblkid --disable-agetty \
- --disable-cramfs --disable-switch_root --disable-pivot_root \
- --disable-fallocate --disable-unshare --disable-rename \
- --disable-schedutils --disable-wall --disable-partx
+ --disable-agetty --disable-cramfs --disable-fallocate \
+ --disable-fsck --disable-libblkid --disable-libmount \
+ --disable-login --disable-mount --disable-partx \
+ --disable-pivot_root --disable-rename --disable-schedutils \
+ --disable-su --disable-switch_root --disable-unshare \
+ --disable-uuidd --disable-wall
# Avoid building the tools if they are disabled since we can't install on
# a per-directory basis.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-18 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 16:19 [Buildroot] [PATCH 1/1] host util-linux: disable login and su since they depend on PAM Christophe Vu-Brugier
2013-03-18 21:58 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox