aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache-mod-auth-kerb/mod_auth_kerb.patch
blob: 350a393cd463b01c4c4e05d303336a4b14382901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"