databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly
This commit is contained in:
parent
55d7239119
commit
85d732e38b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512309
@ -203,7 +203,7 @@ post-install:
|
||||
# Fix https://mariadb.atlassian.net/browse/MDEV-9388
|
||||
@${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config
|
||||
|
||||
post-install-GSSAPI_NONE:
|
||||
post-install-GSSAPI_NONE-off:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
|
||||
|
||||
.else # targets for -server
|
||||
|
@ -212,7 +212,7 @@ post-install:
|
||||
${RM} -r ${STAGEDIR}${DATADIR}
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server
|
||||
|
||||
post-install-GSSAPI_NONE:
|
||||
post-install-GSSAPI_NONE-off:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
|
||||
|
||||
.else # ! ${PKGNAMESUFFIX:M*-client}
|
||||
|
@ -214,7 +214,7 @@ post-install:
|
||||
${RM} -r ${STAGEDIR}${DATADIR}
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server
|
||||
|
||||
post-install-GSSAPI_NONE:
|
||||
post-install-GSSAPI_NONE-off:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
|
||||
|
||||
.else # ! ${PKGNAMESUFFIX:M*-client}
|
||||
|
Loading…
Reference in New Issue
Block a user