From 505996ce0e385ab90f95532a8302c995fb8418b6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Mar 2018 00:44:58 +0000 Subject: Attempt to rip musl from build-build, to support more distro compilers --- sub/util-linux/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sub/util-linux/Makefile') diff --git a/sub/util-linux/Makefile b/sub/util-linux/Makefile index 36ea262..eba2823 100644 --- a/sub/util-linux/Makefile +++ b/sub/util-linux/Makefile @@ -6,7 +6,7 @@ UTLX_NAME := util-linux -UTLX_VERSION := 2.31.1 +UTLX_VERSION := 2.32 UTLX_MAJOR := $(word 1, $(subst ., ,$(UTLX_VERSION))) UTLX_MINOR := $(word 2, $(subst ., ,$(UTLX_VERSION))) UTLX_URLDIR := https://cdn.kernel.org/pub/linux/utils/$(UTLX_NAME)/v$(UTLX_MAJOR).$(UTLX_MINOR) @@ -15,10 +15,9 @@ UTLX_TARLETTER := J UTLX_CONFIGURE_OPTIONS := --disable-assert --disable-nls --enable-mount --enable-losetup --disable-bash-completion --disable-pylibmount --disable-pg-bell --disable-makeinstall-chown --disable-makeinstall-setuid --disable-colors-default --with-gnu-ld --without-util --without-termcap --without-libiconv-prefix --without-udev --without-user --without-python --without-ncurses --without-tinfo UTLX_CFLAGS := "" UTLX_CONFLDFLAGS := "" -UTLX_MAKELDFLAGS := "-s -all-static" +UTLX_MAKELDFLAGS := "-s" -# only compiling losetup, other tools are widely available and well defined. You could also add: fdisk losetup mkswap mount -# (Laurent) No, listing all the tools we need allows us to not depend on *any* +# Listing all the tools we need allows us to not depend on any # version of util-linux being installed on the machine. This is intentional: # if we're going to download our own util-linux anyway, we might as well # remove the dependency entirely. -- cgit v1.2.3