Changes between Version 5 and Version 6 of net-misc/curl/7.18.2/1
- Timestamp:
- 08/28/08 22:56:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net-misc/curl/7.18.2/1
v5 v6 1 Now that gnulib has the Haiku fixes in place, running autogen.sh on this one fixes things so that patching is no longer needed. They didn't however update config.guess so we still need to copy that in first. 2 3 * cp /boot/home/config/share/libtool/config.guess build-aux 4 * cp /boot/home/config/share/libtool/config.sub build-aux 5 * ./autogen.sh 6 * cd libcharset 7 * cp ../build-aux/* build-aux 8 * ./autogen.sh 9 * cd .. 1 Upstream patches on curl have been included into 7.18.2, but they didn't update config.guess with a current enough version so we need to copy that in. Then: 10 2 * ./configure --prefix=/boot/common 11 3 * make 12 4 * make install 13 5 14 TODO: run make check and run the tests. 6 {{{ 7 curl version: 7.18.2 8 Host setup: i586-pc-haiku 9 Install prefix: /boot/common 10 Compiler: gcc 11 SSL support: no (--with-ssl / --with-gnutls) 12 SSH support: no (--with-libssh2) 13 zlib support: enabled 14 krb4 support: no (--with-krb4*) 15 GSSAPI support: no (--with-gssapi) 16 SPNEGO support: no (--with-spnego) 17 c-ares support: no (--enable-ares) 18 ipv6 support: no (--enable-ipv6) 19 IDN support: no (--with-libidn) 20 Build libcurl: Shared=no, Static=yes 21 Built-in manual: no (--enable-manual) 22 Verbose errors: enabled (--disable-verbose) 23 SSPI support: no (--enable-sspi) 24 ca cert bundle: no 25 ca cert path: no 26 LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) 27 LDAPS support: no (--enable-ldaps) 28 }}}
