summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-15 19:11:48 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-15 19:11:48 +0300
commitf4356100105cbd7c7671b1dc58c74cebf07aadfa (patch)
treeca666a02b962d3849b0e52150e332d281949bef9 /ucb/source/ucp/ftp
parent48b4a99ce2451f1ddf2e8e128bbfcd6683072999 (diff)
Link with zlib in case the internal libcurl has been built statically
Diffstat (limited to 'ucb/source/ucp/ftp')
-rwxr-xr-xucb/source/ucp/ftp/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk
index 9440d0cd6205..8c30a59807d9 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= \