aboutsummaryrefslogtreecommitdiff
path: root/sub/util-linux
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-29 00:11:22 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-29 00:11:22 +0000
commit9ebc2de0b5b8e4069beff9be3cb950a836abff75 (patch)
tree406156f0917e3143e5a8a505841d2109e3d9590d /sub/util-linux
parent120aaa737c759f29cb78e3d480115550343872bc (diff)
downloadlh-bootstrap-9ebc2de0b5b8e4069beff9be3cb950a836abff75.tar.xz
--disable-all-programs just doesn't let you reenable fdisk and mkswap.
Diffstat (limited to 'sub/util-linux')
-rw-r--r--sub/util-linux/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/sub/util-linux/Makefile b/sub/util-linux/Makefile
index 37a97b1..4c27250 100644
--- a/sub/util-linux/Makefile
+++ b/sub/util-linux/Makefile
@@ -11,7 +11,9 @@ UTLX_CONFIGURE_OPTIONS := \
--disable-assert \
--disable-nls \
--disable-widechar \
+# --disable-all-programs \
--enable-libuuid \
+--enable-libfdisk \
--enable-libsmartcols \
--enable-losetup \
--enable-libblkid \
@@ -85,7 +87,14 @@ UTLX_CONFIGURE_OPTIONS := \
--without-ncurses \
--without-ncursesw \
--without-slang \
---without-tinfo
+--without-tinfo \
+--without-readline \
+--without-utempter \
+--without-cap-ng \
+--without-user \
+--without-btrfs \
+--without-systemd \
+--without-smack
UTLX_CFLAGS := ""
UTLX_CONFLDFLAGS := ""