gnu: hdf5-1.8: Add missing comma to linker flag.

* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing
comma to linker flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Paul A. Patience 2022-07-24 12:11:36 +00:00 committed by Ludovic Courtès
parent dee64d4776
commit e0de48f0e4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1324,7 +1324,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 =")