comparison network/wget/wget.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 e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
69 LDFLAGS="$LDFLAGS" \ 69 LDFLAGS="$LDFLAGS" \
70 LIBS="$LIBS" \ 70 LIBS="$LIBS" \
71 ./configure \ 71 ./configure \
72 --build=$CBUILD \ 72 --build=$CBUILD \
73 --host=$CHOST \ 73 --host=$CHOST \
74 --prefix=/ \ 74 --prefix= \
75 --without-included-libunistring \ 75 --without-included-libunistring \
76 $with_nls \ 76 $with_nls \
77 $with_ssl \ 77 $with_ssl \
78 $with_uuid 78 $with_uuid
79 make 79 make