diff options
Diffstat (limited to 'security/PAM/patches/patch-af')
-rw-r--r-- | security/PAM/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/PAM/patches/patch-af b/security/PAM/patches/patch-af new file mode 100644 index 00000000000..ea6df5b8511 --- /dev/null +++ b/security/PAM/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $ + +--- modules/pam_permit/Makefile.orig Sun Jul 12 07:17:16 1998 ++++ modules/pam_permit/Makefile +@@ -40,7 +40,7 @@ + export DYNAMIC=-DPAM_DYNAMIC + export CC=gcc + export CFLAGS=-O2 -Dlinux -DLINUX_PAM \ +- -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \ ++ -ansi -Wall -Wwrite-strings \ + -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional \ + -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline \ + -Wshadow -pedantic -fPIC |