wok diff busybox/receipt @ rev 23756
gst-plugins-base-1.0: added build dependency automake
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 02 16:58:52 2020 +0100 (2020-05-02) |
parents | 2cb2b3d8fb16 |
children | 7a039a870626 |
line diff
1.1 --- a/busybox/receipt Mon Apr 06 12:11:08 2020 +0200 1.2 +++ b/busybox/receipt Sat May 02 16:58:52 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