diff options
author | wollman <wollman@FreeBSD.org> | 2002-07-19 03:00:28 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-07-19 03:00:28 +0800 |
commit | b86f2efb96ebe7a61421576efb4da71c1a2b1183 (patch) | |
tree | 3340aceb36d5544f4676d5f9cb22e68ab06d2c58 /www/mod_auth_kerb2 | |
parent | c35e80610dda2a50956603fb39a9191aa78952ca (diff) | |
download | freebsd-ports-graphics-b86f2efb96ebe7a61421576efb4da71c1a2b1183.tar.gz freebsd-ports-graphics-b86f2efb96ebe7a61421576efb4da71c1a2b1183.tar.zst freebsd-ports-graphics-b86f2efb96ebe7a61421576efb4da71c1a2b1183.zip |
Name the module structure what Apache expects it to be called by default.
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 131f2b0ecfc..0fc1fde8399 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 |