[Libreoffice-commits] .: ucb/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jun 15 09:12:24 PDT 2011
ucb/source/ucp/ftp/makefile.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 0f4b513869818c0d99e0e577d7fb0f09d6b9fba0
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Jun 15 19:11:48 2011 +0300
Link with zlib in case the internal libcurl has been built statically
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk
index 9440d0c..8c30a59 100755
--- a/ucb/source/ucp/ftp/makefile.mk
+++ b/ucb/source/ucp/ftp/makefile.mk
@@ -75,7 +75,8 @@ SHL1STDLIBS=\
$(CPPULIB) \
$(SALLIB) \
$(UCBHELPERLIB) \
- $(CURLLIB)
+ $(CURLLIB) \
+ $(ZLIB3RDLIB)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1LIBS= \
More information about the Libreoffice-commits
mailing list