wok-6.x diff busybox/receipt @ rev 23862

xvkbd: wget_url that works for cook
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 11:08:54 2020 -0400 (2020-06-19)
parents 2cb2b3d8fb16
children 7a039a870626
line diff
     1.1 --- a/busybox/receipt	Mon Apr 06 12:11:08 2020 +0200
     1.2 +++ b/busybox/receipt	Fri Jun 19 11:08:54 2020 -0400
     1.3 @@ -95,7 +95,8 @@
     1.4  			echo "=== Build busybox-uclibc ==="
     1.5  			cp $stuff/$PACKAGE-${VERSION%.*}.config-static .config
     1.6  			sed -i 's/# CONFIG_ASH_INTERNAL_GLOB is not set/CONFIG_ASH_INTERNAL_GLOB=y/' .config
     1.7 -			make oldconfig | sed 's|ERROR|error|' && make || return 1
     1.8 +			make oldconfig | sed 's|ERROR|error|' &&
     1.9 +			LDFLAGS="" make || return 1
    1.10  			cp busybox busybox-static
    1.11  			mv busybox busybox-uclibc
    1.12  			mv busybox_unstripped.map busybox-uclibc.map