summaryrefslogtreecommitdiff
path: root/security/pam-mysql/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam-mysql/files/patch-ab')
-rw-r--r--security/pam-mysql/files/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/pam-mysql/files/patch-ab b/security/pam-mysql/files/patch-ab
deleted file mode 100644
index b07b8ed513c7..000000000000
--- a/security/pam-mysql/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig Thu Nov 21 02:13:01 2002
-+++ Makefile Mon May 19 23:41:43 2003
-@@ -3,13 +3,9 @@
- ifndef FULL_LINUX_PAM_SOURCE_TREE
- export DYNAMIC=-DPAM_DYNAMIC
- export CC=gcc
--export CFLAGS=-O2 -Dlinux -DLINUX_PAM \
-- -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \
-- -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional \
-- -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline \
-- -Wshadow -pedantic -fPIC
-+export CFLAGS+=-I${LOCALBASE}/include -fPIC
- export MKDIR=mkdir -p
--export LD_D=gcc -shared -Xlinker -x -L/usr/lib/mysql -lz
-+export LD_D=${CC} -shared -Xlinker -x -L${LOCALBASE}/lib/mysql -lz
- endif
-
- #