guix-patches
[Top][All Lists]
Advanced

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

[bug#56735] [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.


From: Paul A. Patience
Subject: [bug#56735] [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.
Date: Sun, 24 Jul 2022 12:11:36 +0000

* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing
comma to linker flag.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 93f21b4d80..458bffee61 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1325,7 +1325,7 @@ (define-public hdf5-1.8
                (("/bin/mv") "mv"))
              (substitute* "fortran/src/Makefile.in"
                (("libhdf5_fortran_la_LDFLAGS =")
-                (string-append "libhdf5_fortran_la_LDFLAGS = -Wl-rpath="
+                (string-append "libhdf5_fortran_la_LDFLAGS = -Wl,-rpath="
                                (assoc-ref outputs "fortran") "/lib")))
              (substitute* "hl/fortran/src/Makefile.in"
                (("libhdf5hl_fortran_la_LDFLAGS =")
--
2.37.0







reply via email to

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