guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wine: Add $libdir to the RUNPATH of binaries.


From: ???
Subject: 02/02: gnu: wine: Add $libdir to the RUNPATH of binaries.
Date: Wed, 15 Apr 2015 11:08:52 +0000

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

commit 6c0dfb195c1ff65a60ab6f0e297fd37ea3d4c841
Author: 宋文武 <address@hidden>
Date:   Wed Apr 15 19:07:55 2015 +0800

    gnu: wine: Add $libdir to the RUNPATH of binaries.
    
    * gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
---
 gnu/packages/wine.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index cc7b28f..5b0758c 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -108,6 +108,9 @@
        ;; pass.
        #:tests? #f
 
+       #:configure-flags
+       (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
+
        #:phases
        (alist-cons-after
         'configure 'patch-dlopen-paths



reply via email to

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