pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mariadb104-client



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May 10 15:50:05 UTC 2021

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

Log Message:
mariadb104: remove duplicated WITH_SSL


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mariadb104-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/mariadb104-client/Makefile.common
diff -u pkgsrc/databases/mariadb104-client/Makefile.common:1.3 pkgsrc/databases/mariadb104-client/Makefile.common:1.4
--- pkgsrc/databases/mariadb104-client/Makefile.common:1.3      Mon May 10 14:15:55 2021
+++ pkgsrc/databases/mariadb104-client/Makefile.common  Mon May 10 15:50:05 2021
@@ -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+=          -DMYSQL_DATADIR=${MARIADB_
 
 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