pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/PAM Honor CPPFLAGS. This is a fix for pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f60e4e1dbbc2
branches:  trunk
changeset: 512720:f60e4e1dbbc2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 14 19:58:04 2006 +0000

description:
Honor CPPFLAGS.  This is a fix for pkgsrc libtoolization, so there is no
need to notify the author.

diffstat:

 security/PAM/distinfo         |  4 ++--
 security/PAM/patches/patch-ah |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 2e36cb2e922f -r f60e4e1dbbc2 security/PAM/distinfo
--- a/security/PAM/distinfo     Sun May 14 19:57:14 2006 +0000
+++ b/security/PAM/distinfo     Sun May 14 19:58:04 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/24 13:10:04 agc Exp $
+$NetBSD: distinfo,v 1.13 2006/05/14 19:58:04 minskim Exp $
 
 SHA1 (Linux-PAM-0.77.tar.gz) = 58dff29aec3c0b6a9e9b53af6fb643056ce0f304
 RMD160 (Linux-PAM-0.77.tar.gz) = 15391ed7bed7b506bb391608b735332d0391580c
@@ -10,7 +10,7 @@
 SHA1 (patch-ae) = 58c67c5ba430d2c5788717c6c7373dbf84d7b424
 SHA1 (patch-af) = 10917af14f4bfd27c7872144ca215efdfe68d132
 SHA1 (patch-ag) = 6329935d62d0ff82b6bf12783a600ccee28032aa
-SHA1 (patch-ah) = 93ae27987cda8a7bc04957066a569470f035aac8
+SHA1 (patch-ah) = 50f68734e5b879db823e137f474b40d8473f0e6e
 SHA1 (patch-ai) = 950c9e949c72eaf904452d8afefc0f994101e5a8
 SHA1 (patch-aj) = d47bc58c3dc810497290d6ec4a3646380b5fa4d7
 SHA1 (patch-ak) = 491aa837ee756269d57d642aeba999d1f8cc8187
diff -r 2e36cb2e922f -r f60e4e1dbbc2 security/PAM/patches/patch-ah
--- a/security/PAM/patches/patch-ah     Sun May 14 19:57:14 2006 +0000
+++ b/security/PAM/patches/patch-ah     Sun May 14 19:58:04 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ah,v 1.6 2004/11/19 14:54:55 jlam Exp $
+$NetBSD: patch-ah,v 1.7 2006/05/14 19:58:04 minskim Exp $
 
---- modules/Simple.Rules.orig  2001-12-09 17:15:11.000000000 -0500
+--- modules/Simple.Rules.orig  2001-12-09 22:15:11.000000000 +0000
 +++ modules/Simple.Rules
 @@ -18,8 +18,13 @@ LIBSRC = $(addsuffix .c,$(LIBFILES))
  LIBOBJ = $(addsuffix .o,$(LIBFILES))
@@ -46,7 +46,7 @@
        $(CC) $(CFLAGS) $(INCLUDE_PAMMODUTILS) $(STATIC) $(TARGET_ARCH) -c $< -o $@
  
 +%.lo : %.c
-+      $(SHLIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDE_PAMMODUTILS) $(LTCFLAGS) $(TARGET_ARCH) -c $<
++      $(SHLIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDE_PAMMODUTILS) $(LTCFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $<
 +
  dirs:
  ifdef DYNAMIC



Home | Main Index | Thread Index | Old Index