updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / mod_auth_kerb / mod_auth_kerb.patch
blob81e24f845c83b35537ca4658eb4699026f92815d
1 --- Makefile.in 2008-12-02 09:07:10.000000000 -0500
2 +++ Makefile.in.good 2009-12-30 16:04:23.237700892 -0500
3 @@ -13,7 +13,7 @@
4 all: src/mod_auth_kerb.so
6 src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
7 - ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c"
8 + apxs -c ${CPPFLAGS} ${LDFLAGS} mod_auth_kerb.so
10 install:
11 ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c"