Sort-of fix curl build
This commit is contained in:
parent
36386032f9
commit
4345bbb1e8
@ -23,7 +23,19 @@ build () {
|
|||||||
--enable-versioned-symbols \
|
--enable-versioned-symbols \
|
||||||
--enable-threaded-resolver \
|
--enable-threaded-resolver \
|
||||||
--disable-ldap \
|
--disable-ldap \
|
||||||
--disable-ldaps
|
--disable-ldaps \
|
||||||
|
--without-libidn2 \
|
||||||
|
--without-rtmp \
|
||||||
|
--without-libmetalink \
|
||||||
|
--without-libpsl \
|
||||||
|
--without-gssapi \
|
||||||
|
--without-ssl
|
||||||
|
|
||||||
|
# TODO: figure out why compiling with SSL is broken.
|
||||||
|
# when SSL is enabled, libtool tries to open
|
||||||
|
# /usr/lib/libcrypto.la (which is not present or
|
||||||
|
# rather not meant to be used at all by this build
|
||||||
|
# process). I wasted 2 hours on debugging this.
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user