From: John Audia Date: Tue, 15 Jul 2025 08:11:51 +0000 (-0400) Subject: libpam: fix build with mold linker X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=19e62d09c2fd3b90f2b81af07f5a342c27470ea8;p=openwrt-packages.git libpam: fix build with mold linker Apparently, building with mold linking is not supported. Closes #26996 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia --- diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index e5c33f7d1..bfa1b8bd6 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpam PKG_VERSION:=1.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/linux-pam/linux-pam/releases/download/v$(PKG_VERSION) @@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=COPYING Copyright PKG_CPE_ID:=cpe:/a:linux-pam:linux-pam PKG_FIXUP:=autoreconf +PKG_BUILD_FLAGS:=no-mold PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1