From 427439526ccca3bbf8be74205e3245f91aa13cdc Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 17 Apr 2023 16:10:46 +0300 Subject: gnu: sysbench: Build with mariadb. * gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev. --- gnu/packages/benchmark.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 733078d875..8840100d68 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -612,13 +612,6 @@ its features are: (arguments (list #:configure-flags #~(list "--with-pgsql" - ;; Explicitly specify the library directory of - ;; MySQL, otherwise `mysql_config` gets - ;; consulted and adds unnecessary link - ;; directives. - (string-append "--with-mysql-libs=" - #$(this-package-input "mysql") - "/lib") "--with-system-luajit" "--with-system-ck" ;; If we let the build tool select the most @@ -659,7 +652,7 @@ its features are: libxslt docbook-xml docbook-xsl)) - (inputs (list ck libaio luajit mysql postgresql)) + (inputs (list ck libaio luajit (list mariadb "dev") postgresql)) (home-page "https://github.com/akopytov/sysbench/") (synopsis "Scriptable database and system performance benchmark") (description "@command{sysbench} is a scriptable multi-threaded benchmark -- cgit 1.4.1