[flac-dev] [PATCH 4/4] When using libtool, use LTLIBICONV instead.
David Seifert
soap at gentoo.org
Fri Jan 13 17:42:31 UTC 2017
* This is required, as otherwise -Wl,--as-needed could fail.
---
src/flac/Makefile.am | 2 +-
src/metaflac/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am
index bf3bf468..fe6fa489 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -60,7 +60,7 @@ flac_LDADD = \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
$(win_utf8_lib) \
- @LIBICONV@ \
+ @LTLIBICONV@ \
-lm
CLEANFILES = flac.exe
diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am
index 7a4ec6b6..ec201ddf 100644
--- a/src/metaflac/Makefile.am
+++ b/src/metaflac/Makefile.am
@@ -55,6 +55,6 @@ metaflac_LDADD = \
$(top_builddir)/src/share/utf8/libutf8.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
$(win_utf8_lib) \
- @LIBICONV@
+ @LTLIBICONV@
CLEANFILES = metaflac.exe
--
2.11.0
More information about the flac-dev
mailing list