gnu: mariadb: Remove now unneeded workaround.
This has been redundant since 21e583d
.
* gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS
definition.
This commit is contained in:
parent
75c5475f31
commit
e206f57e95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue