projects
/
platform
/
upstream
/
libsoup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b269986
)
Explicitly link to -lz for SoupCodingGzip
author
Dan Winship
<danw@gnome.org>
Mon, 18 Jan 2010 20:11:43 +0000
(15:11 -0500)
committer
Dan Winship
<danw@gnome.org>
Mon, 18 Jan 2010 20:11:43 +0000
(15:11 -0500)
(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
patch
|
blob
|
history
diff --git
a/libsoup/Makefile.am
b/libsoup/Makefile.am
index
53fae83
..
284d85f
100644
(file)
--- 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) \