|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=util-linux
|
|
PKG_NAME:=util-linux
|
|
|
PKG_VERSION:=2.34
|
|
PKG_VERSION:=2.34
|
|
|
-PKG_RELEASE:=1
|
|
|
|
|
|
|
+PKG_RELEASE:=2
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.34
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.34
|
|
@@ -513,8 +513,14 @@ CONFIGURE_ARGS += \
|
|
|
--disable-use-tty-group \
|
|
--disable-use-tty-group \
|
|
|
--disable-rpath \
|
|
--disable-rpath \
|
|
|
--disable-tls \
|
|
--disable-tls \
|
|
|
|
|
+ --disable-su \
|
|
|
--disable-sulogin \
|
|
--disable-sulogin \
|
|
|
--disable-makeinstall-chown \
|
|
--disable-makeinstall-chown \
|
|
|
|
|
+ --disable-login \
|
|
|
|
|
+ --disable-nologin \
|
|
|
|
|
+ --disable-lslogins \
|
|
|
|
|
+ --disable-runuser \
|
|
|
|
|
+ --disable-chfn-chsh \
|
|
|
--without-python \
|
|
--without-python \
|
|
|
--without-udev \
|
|
--without-udev \
|
|
|
--without-readline \
|
|
--without-readline \
|