Re: EasyTAG 2.2.0 released



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/04/14 02:19, David King wrote:
EasyTAG is a tag editor for MP3, Ogg Vorbis files and more.

EasyTAG 2.2.0 is available for download from:

Sorry to spoil your fanfare, but I made a booboo. The C++ warning flag
code had a slight copy-paste error, which makes at least the debian
package not compile, because C++ compiler flags given at configure
time are lost. (Compilation fails due to mixed -fPIE and non-fPIE
compiler invocations)

Here's the very simple patch to fix it, very sorry about the mishap:

diff --git a/configure.ac b/configure.ac
index af269c6..2428901 100644
- --- a/configure.ac
+++ b/configure.ac
@@ -344,7 +344,7 @@ CFLAGS="$realsave_CFLAGS"
 AC_SUBST([WARN_CFLAGS], ["$tested_warning_flags"])
 AC_LANG_PUSH([C++])

- -realsave_CFLAGS="$CXXFLAGS"
+realsave_CXXFLAGS="$CXXFLAGS"
 for option in $warning_flags; do
     save_CFLAGS="$CXXFLAGS"
     CXXFLAGS="$CXXFLAGS -Werror $option"


- -- 
Santtu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlNLddYACgkQX9Rc0+po4p3ZewCgmMuIgITZhRXdPmGP1YDL27/7
KvIAn1mhuNUdpfylvVDdDxpRtFcTtJXw
=l38f
-----END PGP SIGNATURE-----


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