diff 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
line wrap: on
line diff
--- a/network/wget/wget.sh	Mon Mar 11 20:22:00 2019 +0100
+++ b/network/wget/wget.sh	Mon Mar 11 20:30:00 2019 +0100
@@ -26,7 +26,6 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CTARGET:=$(uname -m)-linux-musl}
 : ${CC:=gcc}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
@@ -72,7 +71,6 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--target=$CTARGET \
 		--prefix=/usr
 		--without-included-libunistring \
 		$with_nls \