[PATCH 3 of 8] Update build doc for curl. Do not disable proxy

Wald Commits scm-commit at wald.intevation.org
Wed Aug 27 16:33:20 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1409149756 -7200
# Node ID f2066a24047dcd3ea065f3238c47d6473904f79d
# Parent  e33a061977c8a99389d432bd4c056c9a6c6f4acc
Update build doc for curl. Do not disable proxy.

diff -r e33a061977c8 -r f2066a24047d INSTALL
--- a/INSTALL	Wed Aug 27 16:28:49 2014 +0200
+++ b/INSTALL	Wed Aug 27 16:29:16 2014 +0200
@@ -72,10 +72,11 @@
     --without-librtmp --without-libmetalink --without-axtls --without-nss \
     --without-cyassl --without-ssl  --without-gnutls --disable-gopher --disable-smtp \
     --disable-imap --disable-pop3 --disable-tftp --disable-telnet --disable-dict \
-    --disable-proxy --disable-rtsp --disable-ldaps --disable-ldap --disable-file \
+    --disable-rtsp --disable-ldaps --disable-ldap --disable-file \
     --disable-ftp --enable-http --enable-shared=no -enable-static=yes \
     --with-polarssl=$YOURPREFIX --without-ca-bundle --without-ca-path \
     --without-zlib
+    make && make install
 
 To compile the software you can use plain cmake. An out of source build is
 highly suggested. For build options see CMakeList.txt


More information about the Trustbridge-commits mailing list