wok diff busybox/receipt @ rev 20652

Up busybox (1.30.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 10:40:16 2019 +0100 (2019-01-13)
parents 970c5ec9a60a
children 652219197091
line diff
     1.1 --- a/busybox/receipt	Sun May 20 13:28:18 2018 +0200
     1.2 +++ b/busybox/receipt	Sun Jan 13 10:40:16 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox"
     1.7 -VERSION="1.27.2"
     1.8 +VERSION="1.30.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -27,6 +27,7 @@
    1.13  # Busybox patches
    1.14  apply_bb_patchs()
    1.15  {
    1.16 +    sed -i 's|march=|&i486 -mtune=|' arch/i386/Makefile
    1.17      while read file; do
    1.18      	[ -f done.$file ] && continue
    1.19      	echo "Apply $file..."
    1.20 @@ -46,10 +47,6 @@
    1.21  shutdown.u
    1.22  scriptreplay.u
    1.23  mkfs_vfat.u
    1.24 -ash.u
    1.25 -httpd.u
    1.26 -df.u
    1.27 -arch.u
    1.28  EOT
    1.29      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.30  }