diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-14 19:58:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-14 19:58:04 +0000 |
commit | eb2ae85772c8ab3b2c7530db691d89e6a49c922f (patch) | |
tree | 8124409b5885baad64882021be925fdd5642f17e /security/PAM/patches/patch-ah | |
parent | a4415f7eaf1b7bf54fdfb9164cea08c7ef7b3715 (diff) | |
download | pkgsrc-eb2ae85772c8ab3b2c7530db691d89e6a49c922f.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/patches/patch-ah')
-rw-r--r-- | security/PAM/patches/patch-ah | 6 |
1 files changed, 3 insertions, 3 deletions
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 |