mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix typo in default keytab name; bump PORTREVISION.
This has now been verified to work.
This commit is contained in:
parent
bffc3f0e79
commit
b4b23fe6b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63215
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= mod_auth_kerb
|
||||
PORTVERSION= 4.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=modauthkerb
|
||||
@ -34,7 +35,7 @@ do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${APXS} -I${KRB5_HOME}/include \
|
||||
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
|
||||
-DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
|
||||
-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 \
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= mod_auth_kerb
|
||||
PORTVERSION= 4.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=modauthkerb
|
||||
@ -34,7 +35,7 @@ do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${APXS} -I${KRB5_HOME}/include \
|
||||
-DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \
|
||||
-DKRB5_DEFAULT_KEYTAB=\"\\\"file:${LOCALBASE}/etc/apache/keytab\\\"\" \
|
||||
-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 \
|
||||
|
Loading…
Reference in New Issue
Block a user