summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'security/PAM/patches/patch-bf')
-rw-r--r--security/PAM/patches/patch-bf13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/PAM/patches/patch-bf b/security/PAM/patches/patch-bf
new file mode 100644
index 00000000000..ada9b4f5a2f
--- /dev/null
+++ b/security/PAM/patches/patch-bf
@@ -0,0 +1,13 @@
+$NetBSD: patch-bf,v 1.1 2002/01/29 17:10:12 jlam Exp $
+
+--- libpam_misc/Makefile.orig Mon Jan 28 19:00:46 2002
++++ libpam_misc/Makefile
+@@ -85,7 +85,7 @@
+ $(INSTALL) -m $(SHLIBMODE) $(LIBNAMED) $(FAKEROOT)$(libdir)/$(LIBNAMEDFULL)
+ $(LDCONFIG)
+ ifneq ($(DYNTYPE),"sl")
+- ( cd $(FAKEROOT)$(libdir) ; rm -f $(LIBNAMED) ; ln -s $(LIBNAMEDNAME) $(LIBNAMED) )
++ ( cd $(FAKEROOT)$(libdir) ; rm -f $(LIBNAMED) $(LIBNAMEDNAME); ln -s $(LIBNAMEDFULL) $(LIBNAMED); ln -s $(LIBNAMEDFULL) $(LIBNAMEDNAME) )
+ endif
+ endif
+ ifeq ($(STATIC_LIBPAM),yes)