diff options
author | abs <abs@pkgsrc.org> | 2019-04-30 14:09:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2019-04-30 14:09:52 +0000 |
commit | 1b183bd06c12556384672bacf8381261fdfbd7b7 (patch) | |
tree | 1ee43ec2314ff4f3211b54147675f9e1cfdd99d1 /databases/mysql51-client | |
parent | f4711c7eee110d64198a47f4193317d6b3300bf6 (diff) | |
download | pkgsrc-1b183bd06c12556384672bacf8381261fdfbd7b7.tar.gz |
Add USE_GCC_RUNTIME to mysql{51,55,56}
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r-- | databases/mysql51-client/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common index 7bf50c0e7b0..b411242be32 100644 --- a/databases/mysql51-client/Makefile.common +++ b/databases/mysql51-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2018/02/01 23:14:55 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.38 2019/04/30 14:09:52 abs Exp $ # # used by databases/mysql51-client/Makefile # used by databases/mysql51-server/Makefile @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_GCC_RUNTIME= yes .include "../../mk/bsd.prefs.mk" .include "options.mk" |