summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-03-21 10:51:57 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-03-22 07:32:02 +0000
commit5fc77e3813456002d7f44308b69678b4981d23a3 (patch)
tree428864f5cea0b596a38b96e702619290594727f7
parent245d1f20bb7d9dbbc0456e3d0d0c50ecd8b0054a (diff)
downloadlinux-pam-5fc77e3813456002d7f44308b69678b4981d23a3.tar.gz
Don't build the pam_rhosts module with musl
-rw-r--r--modules/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 0c80cea..1307d13 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS = pam_access pam_cracklib pam_debug pam_deny pam_echo \
pam_group pam_issue pam_keyinit pam_lastlog pam_limits \
pam_listfile pam_localuser pam_loginuid pam_mail \
pam_mkhomedir pam_motd pam_namespace pam_nologin \
- pam_permit pam_pwhistory pam_rhosts pam_rootok pam_securetty \
+ pam_permit pam_pwhistory pam_rootok pam_securetty \
pam_selinux pam_sepermit pam_shells pam_stress \
pam_succeed_if pam_tally pam_tally2 pam_time pam_timestamp \
pam_tty_audit pam_umask \