diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mariadb102-server/Makefile | 2 | ||||
-rw-r--r-- | databases/mariadb103-server/Makefile | 2 | ||||
-rw-r--r-- | databases/mariadb104-server/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile index 342c6fae223b..9b44dc84ddf4 100644 --- a/databases/mariadb102-server/Makefile +++ b/databases/mariadb102-server/Makefile @@ -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 diff --git a/databases/mariadb103-server/Makefile b/databases/mariadb103-server/Makefile index 95d84149d44a..1162d2976d57 100644 --- a/databases/mariadb103-server/Makefile +++ b/databases/mariadb103-server/Makefile @@ -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} diff --git a/databases/mariadb104-server/Makefile b/databases/mariadb104-server/Makefile index e3eaf9cc66d5..7884514cf714 100644 --- a/databases/mariadb104-server/Makefile +++ b/databases/mariadb104-server/Makefile @@ -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} |