aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb2
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-07-18 19:00:28 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-07-18 19:00:28 +0000
commitbffc3f0e797e292a06d94a19e5df5cf3cf62261e (patch)
tree92d3afaab3fa1a353c23a990c938044f9a8a9d03 /www/mod_auth_kerb2
parent65d06f44bbc4baf3ddd8dd882d9a7a43f4fa4f0c (diff)
downloadports-bffc3f0e797e292a06d94a19e5df5cf3cf62261e.tar.gz
ports-bffc3f0e797e292a06d94a19e5df5cf3cf62261e.zip
Notes
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r--www/mod_auth_kerb2/Makefile1
1 files changed, 1 insertions, 0 deletions
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