~ruther/guix-local

691cb22b1b4be122fc67d51c890e9fbf1643a182 — 宋文武 11 years ago bda4ca7
gnu: fltk: Add $libdir to the RUNPATH of binaries.

* gnu/packages/fltk.scm (fltk)[arguments]: Add
  DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/fltk.scm
M gnu/packages/fltk.scm => gnu/packages/fltk.scm +3 -1
@@ 42,7 42,9 @@
        ("mesa" ,mesa)))
    (arguments
     `(#:tests? #f                      ;TODO: compile programs in "test" dir
       #:configure-flags '("--enable-shared")
       #:configure-flags
       (list "--enable-shared"
             (string-append "DSOFLAGS=-Wl,-rpath=" %output "/lib"))
       #:phases
       (alist-cons-before
        'configure 'patch-makeinclude