guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: avidemux: Add output lib dir to rpath.


From: Andreas Enge
Subject: 01/01: gnu: avidemux: Add output lib dir to rpath.
Date: Sun, 31 May 2015 21:31:59 +0000

andreas pushed a commit to branch master
in repository guix.

commit c687f73110e09f32d58e0835efdde7b340cb0202
Author: Andreas Enge <address@hidden>
Date:   Sun May 31 23:30:05 2015 +0200

    gnu: avidemux: Add output lib dir to rpath.
    
    * gnu/packages/video.scm (avidemux): Set -DCMAKE_SHARED_LINKER_FLAGS
        in the call to cmake.
---
 gnu/packages/video.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b9f80b2..94d9bc3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1102,6 +1102,8 @@ for use with HTML5 video.")
                                  "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE"
                                  (string-append "-DCMAKE_INSTALL_PREFIX=" out)
                                  (string-append "-DCMAKE_INSTALL_RPATH=" lib)
+                                 (string-append "-DCMAKE_SHARED_LINKER_FLAGS="
+                                                "\"-Wl,-rpath=" lib "\"")
                                  (string-append "-DAVIDEMUX_SOURCE_DIR=" top)
                                  (string-append "-DSDL_INCLUDE_DIR="
                                                 sdl "/include/SDL")



reply via email to

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