pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql57-client Set USE_GCC_RUNTIME as uses l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aeea8be233d
branches:  trunk
changeset: 333122:2aeea8be233d
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Apr 30 13:18:46 2019 +0000

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

diffstat:

 databases/mysql57-client/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 18007f28f7ac -r 2aeea8be233d databases/mysql57-client/Makefile.common
--- a/databases/mysql57-client/Makefile.common  Tue Apr 30 11:39:37 2019 +0000
+++ b/databases/mysql57-client/Makefile.common  Tue Apr 30 13:18:46 2019 +0000
@@ -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 @@
 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