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

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

bug#43273: closed ([PATCH] gnu: taglib: Fix 'taglib-config --libs' -L fl


From: GNU bug Tracking System
Subject: bug#43273: closed ([PATCH] gnu: taglib: Fix 'taglib-config --libs' -L flag.)
Date: Wed, 09 Sep 2020 07:40:02 +0000

Your message dated Wed, 09 Sep 2020 09:38:57 +0200
with message-id <87mu1zmmb2.fsf@gnu.org>
and subject line Re: [bug#43273] [PATCH] gnu: taglib: Fix 'taglib-config 
--libs' -L flag.
has caused the debbugs.gnu.org bug report #43273,
regarding [PATCH] gnu: taglib: Fix 'taglib-config --libs' -L flag.
to be marked as done.

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


-- 
43273: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43273
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: taglib: Fix 'taglib-config --libs' -L flag. Date: Tue, 8 Sep 2020 12:48:35 +0200
* gnu/packages/mp3.scm (taglib): Add "" around the substitution of
ZLIB_LIBRARIES_FLAGS.
---
 gnu/packages/mp3.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index a7574f0cf9..2e9b023407 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -182,9 +182,9 @@ a highly stable and efficient implementation.")
                        ;; flag for zlib.
                        (substitute* "CMakeLists.txt"
                          (("set\\(ZLIB_LIBRARIES_FLAGS -lz\\)")
-                          (string-append "set(ZLIB_LIBRARIES_FLAGS -L"
+                          (string-append "set(ZLIB_LIBRARIES_FLAGS \"-L"
                                          (assoc-ref inputs "zlib")
-                                         " -lz)")))
+                                         " -lz\")")))
                        #t)))))
     (inputs `(("zlib" ,zlib)))
     (home-page "https://taglib.org";)
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43273] [PATCH] gnu: taglib: Fix 'taglib-config --libs' -L flag. Date: Wed, 09 Sep 2020 09:38:57 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/mp3.scm (taglib): Add "" around the substitution of
> ZLIB_LIBRARIES_FLAGS.

Applied.  Thanks and sorry for the delay!

Ludo’.


--- End Message ---

reply via email to

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