comparison network/curl/curl.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents b0fd9c97761e
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
81 LIBS="$LIBS" \ 81 LIBS="$LIBS" \
82 ./configure \ 82 ./configure \
83 --build=$CBUILD \ 83 --build=$CBUILD \
84 --host=$CHOST \ 84 --host=$CHOST \
85 --prefix= \ 85 --prefix= \
86 --disable-static \
87 --enable-shared \ 86 --enable-shared \
88 --with-ca-bundle=/etc/ssl/cert.pem \ 87 --with-ca-bundle=/etc/ssl/cert.pem \
89 --without-cyassl \ 88 --without-cyassl \
90 --without-gnutls \ 89 --without-gnutls \
91 --without-mbedtls \ 90 --without-mbedtls \