[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: mariadb: Remove now unneeded workaround.
From: |
Ludovic Courtès |
Subject: |
05/08: gnu: mariadb: Remove now unneeded workaround. |
Date: |
Fri, 01 May 2015 15:39:59 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit e206f57e95a66d0eed51a7823ad3d14b748083e9
Author: Ludovic Courtès <address@hidden>
Date: Fri May 1 17:34:03 2015 +0200
gnu: mariadb: Remove now unneeded workaround.
This has been redundant since 21e583d.
* gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS
definition.
---
gnu/packages/databases.scm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index aa0aa0d..5daf7ec 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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
- branch core-updates updated (9e63a38 -> 868ef9a), Ludovic Courtès, 2015/05/01
- 01/08: Merge branch 'master' into core-updates, Ludovic Courtès, 2015/05/01
- 02/08: gnu: ganv: Set the RUNPATH of binaries to $libdir., Ludovic Courtès, 2015/05/01
- 04/08: list-packages: Add status link only for systems supported on Hydra., Ludovic Courtès, 2015/05/01
- 03/08: packages: Add '%hydra-supported-systems'., Ludovic Courtès, 2015/05/01
- 05/08: gnu: mariadb: Remove now unneeded workaround.,
Ludovic Courtès <=
- 06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS., Ludovic Courtès, 2015/05/01
- 08/08: bash completion: Complete long options with no short variant., Ludovic Courtès, 2015/05/01
- 07/08: gnu: polkit-qt: Add $libdir to RUNPATH., Ludovic Courtès, 2015/05/01