gnu: mariadb: Remove now unneeded workaround.

This has been redundant since 21e583d.

* gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS
  definition.
master
Ludovic Courtès 2015-05-01 17:34:03 +02:00
parent 75c5475f31
commit e206f57e95
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ Language.")
'configure 'pre-configure
(lambda _
(setenv "CONFIG_SHELL" (which "sh"))
;; XXX: libstdc++.so lacks RUNPATH for libgcc_s.so.
(setenv "LDFLAGS" "-lgcc_s")
#t))
(add-after
'install 'post-install