gnu: tbb: Set rpath in LDFLAGS.

* gnu/packages/tbb.scm (tbb)[arguments]: Set rpath to "/lib" output directory
  in LDFLAGS.
This commit is contained in:
Ricardo Wurmus 2015-04-27 11:21:08 +02:00
parent 5809ffccc5
commit 02ed8be3ac
1 changed files with 2 additions and 0 deletions

View File

@ -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)