mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: netpbm: Add $libdir to the RUNPATH of binaries.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...' to config.mk in the configure phase.
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
(display "TIFFLIB = libtiff.so\n" f)
|
||||
(display "JPEGLIB = libjpeg.so\n" f)
|
||||
(display "ZLIB = libz.so\n" f)
|
||||
(display (string-append "LDFLAGS += -Wl,-rpath=" %output "/lib") f)
|
||||
(close-port f)
|
||||
;; drop advertisement for non-free program
|
||||
(substitute* "converter/ppm/Makefile" (("hpcdtoppm") ""))
|
||||
|
||||
Reference in New Issue
Block a user