guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libtocc: Help the tests find libtocc.so.


From: Ludovic Courtès
Subject: 03/04: gnu: libtocc: Help the tests find libtocc.so.
Date: Tue, 14 Apr 2015 08:04:07 +0000

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

commit e91d1d3133fd986c782969a3333bf09c5292b305
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 14 09:54:35 2015 +0200

    gnu: libtocc: Help the tests find libtocc.so.
    
    * gnu/packages/search.scm (libtocc)[arguments] <check>: Pass
      -Wl,-rpath=../src/.libs for the tests.
---
 gnu/packages/search.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 4a4ad20..5886c6a 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -88,7 +88,9 @@ rich set of boolean query operators.")
                                             (string-append "SHELL="
                                                            (which "sh"))
                                             "CPPFLAGS=-I../src"
-                                            "LDFLAGS=-L../src/.libs"))
+                                            (string-append
+                                             "LDFLAGS=-L../src/.libs "
+                                             "-Wl,-rpath=../src/.libs")))
                             (zero? (system* "make"))
                             (zero? (system* "./libtocctests")))))))))
     (home-page "http://t-o-c-c.com/";)



reply via email to

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