guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tbb: Set rpath in LDFLAGS.


From: Ricardo Wurmus
Subject: 01/02: gnu: tbb: Set rpath in LDFLAGS.
Date: Mon, 27 Apr 2015 13:12:54 +0000

rekado pushed a commit to branch master
in repository guix.

commit 02ed8be3acb20eac54086c78829f858184a9fc8c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Apr 27 11:21:08 2015 +0200

    gnu: tbb: Set rpath in LDFLAGS.
    
    * gnu/packages/tbb.scm (tbb)[arguments]: Set rpath to "/lib" output 
directory
      in LDFLAGS.
---
 gnu/packages/tbb.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 3c41141..0e9db72 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -46,6 +46,8 @@
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
+       #:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
+                                         (assoc-ref %outputs "out") "/lib"))
        #:phases (alist-replace
                  'configure
                  (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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