summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-ag
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-21 18:41:54 +0000
committerrh <rh@pkgsrc.org>2000-10-21 18:41:54 +0000
commit444ebe86426315ae3c22b262c1140f526ad293e6 (patch)
tree8a99ce27499e60fc55e83987e25176c279097ddc /security/PAM/patches/patch-ag
parent191475f30f92e0a64277270e3ab51b6629b2a43e (diff)
downloadpkgsrc-444ebe86426315ae3c22b262c1140f526ad293e6.tar.gz
Initial import of PAM-0.72, a pluggable authentication module mechanism
Diffstat (limited to 'security/PAM/patches/patch-ag')
-rw-r--r--security/PAM/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/PAM/patches/patch-ag b/security/PAM/patches/patch-ag
new file mode 100644
index 00000000000..4e827255280
--- /dev/null
+++ b/security/PAM/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $
+
+--- modules/pam_pwdb/Makefile.orig Sun Aug 1 18:18:27 1999
++++ modules/pam_pwdb/Makefile
+@@ -16,7 +16,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