GNU bug report logs -
#62903
[PATCH 0/8] Remove mysql
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Mon, 17 Apr 2023 13:30:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 62903 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 0cc8def918..da2291194c 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -612,13 +612,6 @@ (define-public sysbench
(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
@@ -679,7 +672,7 @@ (define-public sysbench
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
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 1 year and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.