pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mysql57-client



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Apr 30 13:18:46 UTC 2019

Modified Files:
        pkgsrc/databases/mysql57-client: Makefile.common

Log Message:
Set USE_GCC_RUNTIME as uses libatomic.so (server too)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mysql57-client/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql57-client/Makefile.common
diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.16 pkgsrc/databases/mysql57-client/Makefile.common:1.17
--- pkgsrc/databases/mysql57-client/Makefile.common:1.16        Thu Apr 25 10:13:04 2019
+++ pkgsrc/databases/mysql57-client/Makefile.common     Tue Apr 30 13:18:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2019/04/25 10:13:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2019/04/30 13:18:46 abs Exp $
 #
 # used by databases/mysql57-client/Makefile
 # used by databases/mysql57-server/Makefile
@@ -17,6 +17,7 @@ PATCHDIR?=    ${.CURDIR}/../../databases/my
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash bison gmake perl:run
+USE_GCC_RUNTIME=       yes
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index