diff options
author | minskim <minskim> | 2006-05-14 19:58:04 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-14 19:58:04 +0000 |
commit | 955ce917f7ab7c6e7b44cac6856f55eeb908def1 (patch) | |
tree | 8124409b5885baad64882021be925fdd5642f17e /security/PAM | |
parent | 164efe1f0ec3684e39651cfc13a4e7145900e5a2 (diff) | |
download | pkgsrc-955ce917f7ab7c6e7b44cac6856f55eeb908def1.tar.gz |
Honor CPPFLAGS. This is a fix for pkgsrc libtoolization, so there is no
need to notify the author.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/distinfo | 4 | ||||
-rw-r--r-- | security/PAM/patches/patch-ah | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/PAM/distinfo b/security/PAM/distinfo index 5ead09a43d5..d3deec13b5d 100644 --- a/security/PAM/distinfo +++ b/security/PAM/distinfo @@ -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-ad) = 336101bd1779715eac39f4ef5e923745defd438f 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 --git a/security/PAM/patches/patch-ah b/security/PAM/patches/patch-ah index 747624fc41b..a31d11fb581 100644 --- a/security/PAM/patches/patch-ah +++ b/security/PAM/patches/patch-ah @@ -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 @@ $NetBSD: patch-ah,v 1.6 2004/11/19 14:54:55 jlam Exp $ $(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 |