mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -191,8 +191,6 @@ Language.")
|
||||||
'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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue