summaryrefslogtreecommitdiff
path: root/repo/system/pam.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-26 23:52:03 +0000
committerdavidovski <david@davidovski.xyz>2022-02-26 23:52:03 +0000
commit7e7775ad670c99b2823d812c782f6ff258e79b9b (patch)
tree6839757e3b96634aa51c902e1ab25b6a9bb707be /repo/system/pam.xibuild
parent26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d (diff)
replaced glibc with musl
Diffstat (limited to 'repo/system/pam.xibuild')
-rw-r--r--repo/system/pam.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild
index 021b9a0..0091605 100644
--- a/repo/system/pam.xibuild
+++ b/repo/system/pam.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make automake"
-DEPS="glibc libtirpc audit libxcrypt"
+DEPS="musl libtirpc audit libxcrypt"
PKG_VER=1.5.2
SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz