summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'security/PAM/patches/patch-aq')
-rw-r--r--security/PAM/patches/patch-aq17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/PAM/patches/patch-aq b/security/PAM/patches/patch-aq
deleted file mode 100644
index 81f55e42c51..00000000000
--- a/security/PAM/patches/patch-aq
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aq,v 1.2 2001/06/19 09:20:11 jlam Exp $
-
---- modules/pam_unix/Makefile.orig Sat Oct 21 14:28:23 2000
-+++ modules/pam_unix/Makefile
-@@ -30,10 +30,10 @@
- ########################################################################
-
- CFLAGS += $(USE_CRACKLIB) $(USE_LCKPWDF) $(NEED_LCKPWDF) $(EXTRAS)
--LDLIBS = $(EXTRALS)
-+LDLIBS = $(EXTRALS) -lcrypt
-
- ifdef USE_CRACKLIB
--CRACKLIB = -lcrack
-+CRACKLIB = -R${PREFIX}/lib -L${BUILDLINK_DIR}/lib -lcrack
- endif
-
-