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 <therealgraysky@proton.me>
This commit is contained in:
John Audia
2025-07-15 04:11:51 -04:00
committed by Josef Schlehofer
parent 157d881e65
commit 19e62d09c2

View File

@@ -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