guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]