[libsoup] Explicitly link to -lz for SoupCodingGzip
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoup] Explicitly link to -lz for SoupCodingGzip
- Date: Mon, 18 Jan 2010 20:13:19 +0000 (UTC)
commit ff425f5cd44d8ffd0d9ce29e5117995d0ec8ce86
Author: Dan Winship <danw gnome org>
Date: Mon Jan 18 15:11:43 2010 -0500
Explicitly link to -lz for SoupCodingGzip
(On Linux we get it implicitly via -lxml, but on OS X that won't
work.)
Reported by Daniel Macks
https://bugzilla.gnome.org/show_bug.cgi?id=606959
libsoup/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
index 53fae83..284d85f 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -99,6 +99,7 @@ libsoup_2_4_la_LDFLAGS = \
libsoup_2_4_la_LIBADD = \
$(GLIB_LIBS) \
$(XML_LIBS) \
+ -lz \
$(LIBGNUTLS_LIBS_STATIC) \
$(LIBGNUTLS_LIBS) \
$(LIBGCRYPT_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]