pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mariadb104-client mariadb104: remove duplica...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41d2c4b9d533
branches:  trunk
changeset: 452447:41d2c4b9d533
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 10 15:50:05 2021 +0000

description:
mariadb104: remove duplicated WITH_SSL

diffstat:

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

diffs (17 lines):

diff -r 6f55ec3293bf -r 41d2c4b9d533 databases/mariadb104-client/Makefile.common
--- a/databases/mariadb104-client/Makefile.common       Mon May 10 14:51:03 2021 +0000
+++ b/databases/mariadb104-client/Makefile.common       Mon May 10 15:50:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/05/10 14:15:55 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/05/10 15:50:05 nia Exp $
 #
 # used by databases/mariadb104-client/Makefile
 # used by databases/mariadb104-server/Makefile
@@ -76,7 +76,6 @@
 
 CMAKE_ARGS+=           -DWITH_UNIT_TESTS=OFF
 CMAKE_ARGS+=           -DWITH_LIBWRAP=ON
-CMAKE_ARGS+=           -DWITH_SSL="system"
 CMAKE_ARGS+=           -DWITH_ZLIB="system"
 CMAKE_ARGS+=           -DDEFAULT_CHARSET=${MARIADB_CHARSET}
 CMAKE_ARGS+=           -DDEFAULT_COLLATION=${MARIADB_COLLATION:Q}



Home | Main Index | Thread Index | Old Index