wok rev 19348
busybox: accept local variables out of function
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 23 10:12:39 2016 +0200 (2016-07-23) |
parents | 1b1ec9b32ec3 |
children | 57c5cb1ef711 |
files | busybox/receipt busybox/stuff/busybox-1.25.config |
line diff
1.1 --- a/busybox/receipt Fri Jul 22 20:58:18 2016 +0200 1.2 +++ b/busybox/receipt Sat Jul 23 10:12:39 2016 +0200 1.3 @@ -49,6 +49,9 @@ 1.4 shutdown.u 1.5 EOT 1.6 cp $stuff/$PACKAGE-${VERSION%.*}.config .config 1.7 + 1.8 + # Tmp hack: we may need to fix some slitaz scripts... 1.9 + sed -i 's/_and_raise_error\(."not in a function\)/\1/' shell/ash.c 1.10 } 1.11 1.12 # Rules to configure and make the package.
2.1 --- a/busybox/stuff/busybox-1.25.config Fri Jul 22 20:58:18 2016 +0200 2.2 +++ b/busybox/stuff/busybox-1.25.config Sat Jul 23 10:12:39 2016 +0200 2.3 @@ -591,7 +591,7 @@ 2.4 CONFIG_FDFLUSH=y 2.5 CONFIG_FDFORMAT=y 2.6 CONFIG_FDISK=y 2.7 -# CONFIG_FDISK_SUPPORT_LARGE_DISKS is not set 2.8 +CONFIG_FDISK_SUPPORT_LARGE_DISKS=y 2.9 CONFIG_FEATURE_FDISK_WRITABLE=y 2.10 # CONFIG_FEATURE_AIX_LABEL is not set 2.11 # CONFIG_FEATURE_SGI_LABEL is not set