[Flac-dev] Re: FLAC 1.0.4 released
Christian Weisgerber
naddy at mips.inka.de
Thu Oct 3 12:32:02 PDT 2002
This is required for building with iconv support on platforms that
have a separate libiconv.
--- src/flac/Makefile.am.orig Thu Oct 3 20:06:53 2002
+++ src/flac/Makefile.am Thu Oct 3 20:07:14 2002
@@ -39,4 +39,4 @@ flac_SOURCES = \
file.h \
vorbiscomment.h
-flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ -lm
+flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ @LIBICONV@ -lm
--- src/metaflac/Makefile.am.orig Thu Oct 3 20:07:21 2002
+++ src/metaflac/Makefile.am Thu Oct 3 20:07:35 2002
@@ -26,4 +26,4 @@ metaflac_SOURCES = \
main.c
metaflac_LDFLAGS =
-metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ -lm
+metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ @LIBICONV@ -lm
--
Christian "naddy" Weisgerber naddy at mips.inka.de
More information about the Flac-dev
mailing list