| 1 | | |
| | 1 | Upstream patches on curl have been included as of 7.18.2, but they didn't update config.guess with a current enough version so we need to copy that in. Then: |
| | 2 | * libtoolize --force --copy |
| | 3 | * aclocal |
| | 4 | * autoconf |
| | 5 | * automake |
| | 6 | * ./configure --prefix=/boot/common |
| | 7 | * make |
| | 8 | * make install |
| | 9 | |
| | 10 | {{{ |
| | 11 | curl version: 7.19.0 |
| | 12 | Host setup: i586-pc-haiku |
| | 13 | Install prefix: /boot/common |
| | 14 | Compiler: gcc |
| | 15 | SSL support: enabled (OpenSSL) |
| | 16 | SSH support: no (--with-libssh2) |
| | 17 | zlib support: enabled |
| | 18 | krb4 support: no (--with-krb4*) |
| | 19 | GSSAPI support: no (--with-gssapi) |
| | 20 | SPNEGO support: no (--with-spnego) |
| | 21 | c-ares support: no (--enable-ares) |
| | 22 | ipv6 support: no (--enable-ipv6) |
| | 23 | IDN support: no (--with-libidn) |
| | 24 | Build libcurl: Shared=yes, Static=yes |
| | 25 | Built-in manual: no (--enable-manual) |
| | 26 | Verbose errors: enabled (--disable-verbose) |
| | 27 | SSPI support: no (--enable-sspi) |
| | 28 | ca cert bundle: no |
| | 29 | ca cert path: no |
| | 30 | LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) |
| | 31 | LDAPS support: no (--enable-ldaps) |
| | 32 | }}} |
| | 33 | |
| | 34 | TODO: build again with ~~ssl and~~ ssh installed. Run make check tests. |