comparison network/wget/wget.sh @ 533:9f90de3d806f

network: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:16:00 +0200
parents 5298f6a3f180
children bad483aace64
comparison
equal deleted inserted replaced
532:341987b63363 533:9f90de3d806f
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=/ \
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