emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56735: closed ([PATCH] gnu: hdf5-1.8: Add missing comma to linker fl


From: GNU bug Tracking System
Subject: bug#56735: closed ([PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.)
Date: Mon, 01 Aug 2022 09:36:02 +0000

Your message dated Mon, 01 Aug 2022 11:35:29 +0200
with message-id <87a68o1f32.fsf@gnu.org>
and subject line Re: bug#56735: [PATCH] gnu: hdf5-1.8: Add missing comma to 
linker flag.
has caused the debbugs.gnu.org bug report #56735,
regarding [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56735: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56735
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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





--- End Message ---
--- Begin Message --- Subject: Re: bug#56735: [PATCH] gnu: hdf5-1.8: Add missing comma to linker flag. Date: Mon, 01 Aug 2022 11:35:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

"Paul A. Patience" <paul@apatience.com> skribis:

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

Ouch, good catch.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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