comparison network/wget/wget.sh @ 189:772322ba4c00

network/wget: fix options
author David Demelier <markand@malikania.fr>
date Tue, 19 Mar 2019 13:31:35 +0100
parents 7c631ce1660f
children 515778c3a417
comparison
equal deleted inserted replaced
188:33ca74ae7386 189:772322ba4c00
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=/usr 74 --prefix=/usr \
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