summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_auth_kerb/Makefile1
-rw-r--r--www/mod_auth_kerb2/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile
index 131f2b0ecfc8..0fc1fde83996 100644
--- a/www/mod_auth_kerb/Makefile
+++ b/www/mod_auth_kerb/Makefile
@@ -35,6 +35,7 @@ do-build:
${APXS} -I${KRB5_HOME}/include \
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
-DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
+ -Dkerb_auth_module=auth_kerb_module \
-c ${PORTNAME}.c \
-L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \
-lkrb5 -lk5crypto -lcom_err
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile
index 131f2b0ecfc8..0fc1fde83996 100644
--- a/www/mod_auth_kerb2/Makefile
+++ b/www/mod_auth_kerb2/Makefile
@@ -35,6 +35,7 @@ do-build:
${APXS} -I${KRB5_HOME}/include \
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
-DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
+ -Dkerb_auth_module=auth_kerb_module \
-c ${PORTNAME}.c \
-L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \
-lkrb5 -lk5crypto -lcom_err