Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-02 00:53:19 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-02 00:53:19 +0400
commit98c00a5bec8c56b76b80d223fe5fcb4709341c93 (patch)
treeb62187c72bf88959969fe62849fe9795c0c8bb67 /support
parent2ef6d2bc7307d581b6334ff1022d61e0139274c9 (diff)
cross-compilation fixes
svn path=/trunk/mono/; revision=154669
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index fd7f1359dd1..59df2c141f2 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -92,10 +92,10 @@ ZLIB_SOURCES = \
if HAVE_ZLIB
Z_SOURCE = zlib-helper.c
-Z_LIBS= -lz
+Z_LIBS= -lz $(GLIB_LIBS)
else
Z_SOURCE = zlib-helper.c $(ZLIB_SOURCES)
-Z_LIBS=
+Z_LIBS= $(GLIB_LIBS)
endif
libMonoPosixHelper_la_SOURCES = \