wok diff busybox/receipt @ rev 23676

updated stunnel (5.55 -> 5.56)
author Hans-G?nter Theisgen
date Sun Apr 26 10:48:15 2020 +0100 (2020-04-26)
parents 2cb2b3d8fb16
children 7a039a870626
line diff
     1.1 --- a/busybox/receipt	Mon Apr 06 12:11:08 2020 +0200
     1.2 +++ b/busybox/receipt	Sun Apr 26 10:48:15 2020 +0100
     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