mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
committed by
Josef Schlehofer
parent
157d881e65
commit
19e62d09c2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user