diff options
author | grant <grant> | 2003-01-13 14:18:08 +0000 |
---|---|---|
committer | grant <grant> | 2003-01-13 14:18:08 +0000 |
commit | 5cf05bae13f8d2fbffa439daf80774caca89cfe4 (patch) | |
tree | 7e04267430c7ce5723e2881f5f6f9fe4a68a701a /security/PAM/patches | |
parent | fefd8ea1f973dae1f9f5c8a1824e711a1c9914ce (diff) | |
download | pkgsrc-5cf05bae13f8d2fbffa439daf80774caca89cfe4.tar.gz |
add LDFLAGS to ld arguments so libpam_misc can find libpam.
fixes build problem in Hubert's bulk-build.
Diffstat (limited to 'security/PAM/patches')
-rw-r--r-- | security/PAM/patches/patch-ae | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/PAM/patches/patch-ae b/security/PAM/patches/patch-ae index f21c9a72d03..34af2839d09 100644 --- a/security/PAM/patches/patch-ae +++ b/security/PAM/patches/patch-ae @@ -1,7 +1,16 @@ -$NetBSD: patch-ae,v 1.3 2002/12/23 21:23:58 jlam Exp $ +$NetBSD: patch-ae,v 1.4 2003/01/13 14:18:08 grant Exp $ ---- libpam_misc/Makefile.orig Thu Jun 27 00:04:54 2002 +--- libpam_misc/Makefile.orig Thu Jun 27 14:04:54 2002 +++ libpam_misc/Makefile +@@ -16,7 +16,7 @@ VERSION=.$(MAJOR_REL) + MODIFICATION=.$(MINOR_REL) + + CFLAGS += $(MOREFLAGS) $(DYNAMIC) $(STATIC) +-LINKLIBS += -L$(absolute_objdir)/libpam -lpam ++LINKLIBS += -L$(absolute_objdir)/libpam -lpam $(LDFLAGS) + + # dynamic library names + @@ -86,7 +86,7 @@ ifeq ($(DYNAMIC_LIBPAM),yes) $(INSTALL) -m $(SHLIBMODE) $(LIBNAMED) $(FAKEROOT)$(libdir)/$(LIBNAMEDFULL) $(LDCONFIG) |