guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.


From: ???
Subject: 01/01: gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.
Date: Sat, 11 Apr 2015 04:28:06 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 6b206853a067aae83165ddece7c562aa476abc33
Author: 宋文武 <address@hidden>
Date:   Sat Apr 11 12:05:14 2015 +0800

    gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.
    
    Fixes <http://bugs.gnu.org/20052>.
    
    * gnu/packages/version-control.scm (subversion)[arguments]:
      Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
---
 gnu/packages/version-control.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 48e16a1..2094ec0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -531,7 +531,10 @@ property manipulation.")
                                    (system* "perl" "Makefile.PL"
                                             (string-append "PREFIX=" out)))
                                   (zero?
-                                   (system* "make" "install")))))))
+                                   (system* "make" "install"
+                                            (string-append "OTHERLDFLAGS="
+                                                           "-Wl,-rpath="
+                                                           out "/lib"))))))))
                   %standard-phases))))
     (native-inputs
       `(("pkg-config" ,pkg-config)



reply via email to

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