summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-02-09 16:16:56 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-02-09 16:16:56 +0000
commit21473236f52cb54289b21dacb6fbcea552b800cc (patch)
treef38b9059a4dfedfc48f7a42b3e95e281781e1215 /security
parentfd83bf2d0acf20f5db10049649d2199fffbb6c9d (diff)
downloadpkgsrc-21473236f52cb54289b21dacb6fbcea552b800cc.tar.gz
fix compilation problems on systems that don't have ldconfig.
Diffstat (limited to 'security')
-rw-r--r--security/PAM/Makefile7
-rw-r--r--security/PAM/distinfo3
-rw-r--r--security/PAM/patches/patch-at11
3 files changed, 19 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index 59ca046b3a9..6814b245080 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/01/28 22:04:03 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2003/02/09 16:16:56 dmcmahill Exp $
#
DISTNAME= Linux-${PKGNAME}
@@ -30,6 +30,11 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_PS2PDF=no
.include "../../mk/bsd.prefs.mk"
+.if defined(LDCONFIG) && !exists(${LDCONFIG})
+LDCONFIG=
+.endif
+MAKE_ENV+= PKG_LDCONFIG=${LDCONFIG}
+
.if !empty(OPSYS:M*BSD)
CFLAGS+= -DUSE_GETLOGIN=1
.endif
diff --git a/security/PAM/distinfo b/security/PAM/distinfo
index ec0b0984586..faeb9ae7fa3 100644
--- a/security/PAM/distinfo
+++ b/security/PAM/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/01/13 14:18:08 grant Exp $
+$NetBSD: distinfo,v 1.7 2003/02/09 16:16:56 dmcmahill Exp $
SHA1 (Linux-PAM-0.77.tar.gz) = 58dff29aec3c0b6a9e9b53af6fb643056ce0f304
Size (Linux-PAM-0.77.tar.gz) = 442569 bytes
@@ -21,3 +21,4 @@ SHA1 (patch-ap) = 0a923b67a909dde6f72129b0c853088f9d48bd91
SHA1 (patch-aq) = 91587c5b9c6587221708247decb0e82f665ae2bf
SHA1 (patch-ar) = b7428fcc1f561892510acce57fc91e0dafb044fc
SHA1 (patch-as) = e4fdfef53c097985c2aa8ff8225fed1caa812c10
+SHA1 (patch-at) = 9a4dff60d5ce77a1a0792cd98e847ce946b49765
diff --git a/security/PAM/patches/patch-at b/security/PAM/patches/patch-at
new file mode 100644
index 00000000000..21758e6c0f0
--- /dev/null
+++ b/security/PAM/patches/patch-at
@@ -0,0 +1,11 @@
+$NetBSD: patch-at,v 1.3 2003/02/09 16:16:57 dmcmahill Exp $
+
+--- Make.Rules.in.orig Thu Jun 27 00:04:54 2002
++++ Make.Rules.in Sun Feb 9 11:02:40 2003
+@@ -96,5 +96,5 @@
+ LD_D=@LD_D@
+ LD_L=@LD_L@
+-LDCONFIG=@LDCONFIG@
++LDCONFIG=${PKG_LDCONFIG}
+ DYNTYPE=@DYNTYPE@
+ USESONAME=@USESONAME@