svn commit: r553640 - head/databases/percona-pam-for-mysql
Florian Smeets
flo at FreeBSD.org
Thu Oct 29 20:37:39 UTC 2020
Author: flo
Date: Thu Oct 29 20:37:38 2020
New Revision: 553640
URL: https://svnweb.freebsd.org/changeset/ports/553640
Log:
- add -fcommon to fix the build with newer clang/gcc
- fixup pkg-plist
Modified:
head/databases/percona-pam-for-mysql/Makefile
head/databases/percona-pam-for-mysql/pkg-plist
Modified: head/databases/percona-pam-for-mysql/Makefile
==============================================================================
--- head/databases/percona-pam-for-mysql/Makefile Thu Oct 29 20:06:33 2020 (r553639)
+++ head/databases/percona-pam-for-mysql/Makefile Thu Oct 29 20:37:38 2020 (r553640)
@@ -22,6 +22,9 @@ DESCR= ${.CURDIR}/pkg-descr
CMAKE_ARGS+= -DWITH_PAM=1
+# Workaround to clang11/gcc10 with -fno-common by default
+CFLAGS+= -fcommon
+
PLUGIN_ONLY= yes
do-install:
Modified: head/databases/percona-pam-for-mysql/pkg-plist
==============================================================================
--- head/databases/percona-pam-for-mysql/pkg-plist Thu Oct 29 20:06:33 2020 (r553639)
+++ head/databases/percona-pam-for-mysql/pkg-plist Thu Oct 29 20:37:38 2020 (r553640)
@@ -2,3 +2,9 @@
lib/mysql/plugin/auth_pam.so
lib/mysql/plugin/auth_pam_compat.so
lib/mysql/plugin/dialog.so
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam-master.opt
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam.result
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam.test
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam_compat-master.opt
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam_compat.result
+%%DATADIR%%/tests/suite/percona-pam-for-mysql/auth_pam_compat.test
More information about the svn-ports-head
mailing list