Skip to content
Snippets Groups Projects
Commit e206f57e authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: mariadb: Remove now unneeded workaround.

This has been redundant since 21e583de.

* gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS
  definition.
parent 75c5475f
No related branches found
No related tags found
No related merge requests found
...@@ -191,8 +191,6 @@ (define-public mariadb ...@@ -191,8 +191,6 @@ (define-public mariadb
'configure 'pre-configure 'configure 'pre-configure
(lambda _ (lambda _
(setenv "CONFIG_SHELL" (which "sh")) (setenv "CONFIG_SHELL" (which "sh"))
;; XXX: libstdc++.so lacks RUNPATH for libgcc_s.so.
(setenv "LDFLAGS" "-lgcc_s")
#t)) #t))
(add-after (add-after
'install 'post-install 'install 'post-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment