aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache-mod-auth-kerb/mod_auth_kerb.patch
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2013-06-05 07:43:06 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2013-06-05 07:43:06 +0000
commite3f7797be741908e9adee8c8c788dbf6d575a140 (patch)
tree2eeaa79187a40ac6969a02b97a1875b3797d00a5 /testing/apache-mod-auth-kerb/mod_auth_kerb.patch
parent73d4342a55fe1b676a8931710cdd5685bd57479b (diff)
downloadaports-e3f7797be741908e9adee8c8c788dbf6d575a140.tar.bz2
aports-e3f7797be741908e9adee8c8c788dbf6d575a140.tar.xz
main/apache-mod-auth-kerb: moved from main
Diffstat (limited to 'testing/apache-mod-auth-kerb/mod_auth_kerb.patch')
-rw-r--r--testing/apache-mod-auth-kerb/mod_auth_kerb.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/apache-mod-auth-kerb/mod_auth_kerb.patch b/testing/apache-mod-auth-kerb/mod_auth_kerb.patch
deleted file mode 100644
index 350a393cd4..0000000000
--- a/testing/apache-mod-auth-kerb/mod_auth_kerb.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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"