Skip to content

Commit

Permalink
util-linux: Disable utils requiring libpam
Browse files Browse the repository at this point in the history
When the build system finds libpam, it enables building of these tools,
causing linker failures. Explicitly disable them as they are unused.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and blogic committed Oct 27, 2019
1 parent 0130022 commit cf8f9af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package/utils/util-linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=util-linux
PKG_VERSION:=2.34
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.34
Expand Down Expand Up @@ -513,8 +513,14 @@ CONFIGURE_ARGS += \
--disable-use-tty-group \
--disable-rpath \
--disable-tls \
--disable-su \
--disable-sulogin \
--disable-makeinstall-chown \
--disable-login \
--disable-nologin \
--disable-lslogins \
--disable-runuser \
--disable-chfn-chsh \
--without-python \
--without-udev \
--without-readline \
Expand Down

0 comments on commit cf8f9af

Please sign in to comment.