summaryrefslogtreecommitdiffstats
path: root/rules/pam.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-03-11 09:24:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-03-11 09:24:15 +0100
commitada85ce3ef3c340ab1357e74da18341dd612d576 (patch)
treed132e42a5b3ecab81d5108ca2a3976e735329526 /rules/pam.make
parentdd5be4163a37a48ba593703d79cc48185eab4096 (diff)
downloadptxdist-ada85ce3ef3c340ab1357e74da18341dd612d576.tar.gz
ptxdist-ada85ce3ef3c340ab1357e74da18341dd612d576.tar.xz
pam: don't use libnsl implicitly
There is no dependency and it's gone in new glibc versions anyways. If this is actually needed for something then the standalone libnsl should be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pam.make')
-rw-r--r--rules/pam.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/pam.make b/rules/pam.make
index 2f3ac3fb4..d2ed5b4d7 100644
--- a/rules/pam.make
+++ b/rules/pam.make
@@ -30,6 +30,10 @@ PAM_LICENSE_FILES := \
# Prepare
# ----------------------------------------------------------------------------
+PAM_CONF_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_lib_nsl_yp_match=no
+
#
# autoconf
#