comparison network/wget/wget.sh @ 145:7c631ce1660f

vanilla: remove useless --target
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 20:30:00 +0100
parents 21e18b280dea
children 772322ba4c00
comparison
equal deleted inserted replaced
144:636e42cf3cd5 145:7c631ce1660f
24 PKGDEPENDS="network/gnutls lib/libunistring lib/zlib" 24 PKGDEPENDS="network/gnutls lib/libunistring lib/zlib"
25 PKGOPTIONS="NLS SSL UUID" 25 PKGOPTIONS="NLS SSL UUID"
26 26
27 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
28 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
29 : ${CTARGET:=$(uname -m)-linux-musl}
30 : ${CC:=gcc} 29 : ${CC:=gcc}
31 : ${CFLAGS:=-O2} 30 : ${CFLAGS:=-O2}
32 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
33 : ${LIBS:=} 32 : ${LIBS:=}
34 : ${SSL:=gnutls} # upstream default 33 : ${SSL:=gnutls} # upstream default
70 LDFLAGS="$LDFLAGS" \ 69 LDFLAGS="$LDFLAGS" \
71 LIBS="$LIBS" \ 70 LIBS="$LIBS" \
72 ./configure \ 71 ./configure \
73 --build=$CBUILD \ 72 --build=$CBUILD \
74 --host=$CHOST \ 73 --host=$CHOST \
75 --target=$CTARGET \
76 --prefix=/usr 74 --prefix=/usr
77 --without-included-libunistring \ 75 --without-included-libunistring \
78 $with_nls \ 76 $with_nls \
79 $with_ssl \ 77 $with_ssl \
80 $with_uuid 78 $with_uuid