comparison network/curl/curl.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 9f90de3d806f
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
80 LDFLAGS="$LDFLAGS" \ 80 LDFLAGS="$LDFLAGS" \
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 \ 86 --disable-static \
87 --enable-shared \ 87 --enable-shared \
88 --with-ca-bundle=/etc/ssl/cert.pem \ 88 --with-ca-bundle=/etc/ssl/cert.pem \
89 --without-cyassl \ 89 --without-cyassl \
90 --without-gnutls \ 90 --without-gnutls \