comparison network/curl/curl.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
95 LDFLAGS="$LDFLAGS" \ 95 LDFLAGS="$LDFLAGS" \
96 LIBS="$LIBS" \ 96 LIBS="$LIBS" \
97 ./configure \ 97 ./configure \
98 --build=$CBUILD \ 98 --build=$CBUILD \
99 --host=$CHOST \ 99 --host=$CHOST \
100 --prefix= \ 100 --prefix=/usr \
101 --enable-shared \ 101 --enable-shared \
102 --with-ca-bundle=/etc/ssl/cert.pem \ 102 --with-ca-bundle=/etc/ssl/cert.pem \
103 --without-cyassl \ 103 --without-cyassl \
104 --without-gnutls \ 104 --without-gnutls \
105 --without-mbedtls \ 105 --without-mbedtls \