From e3f7797be741908e9adee8c8c788dbf6d575a140 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 5 Jun 2013 07:43:06 +0000 Subject: main/apache-mod-auth-kerb: moved from main --- main/apache-mod-auth-kerb/mod_auth_kerb.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main/apache-mod-auth-kerb/mod_auth_kerb.patch (limited to 'main/apache-mod-auth-kerb/mod_auth_kerb.patch') diff --git a/main/apache-mod-auth-kerb/mod_auth_kerb.patch b/main/apache-mod-auth-kerb/mod_auth_kerb.patch new file mode 100644 index 000000000..350a393cd --- /dev/null +++ b/main/apache-mod-auth-kerb/mod_auth_kerb.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.in b/Makefile.in +index 36f6046..41d4887 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -13,7 +13,7 @@ CFLAGS = + all: src/mod_auth_kerb.so + + src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS) +- ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" ++ apxs -c ${CPPFLAGS} ${LDFLAGS} mod_auth_kerb.s + + install: + ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c" -- cgit v1.2.3