wok rev 23543

gnumeric: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 06 16:30:06 2020 +0000 (2020-04-06)
parents dd325ffcea24
children 011ac5b41b31
files busybox/receipt gnumeric/receipt
line diff
     1.1 --- a/busybox/receipt	Mon Apr 06 17:27:12 2020 +0100
     1.2 +++ b/busybox/receipt	Mon Apr 06 16:30:06 2020 +0000
     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
     2.1 --- a/gnumeric/receipt	Mon Apr 06 17:27:12 2020 +0100
     2.2 +++ b/gnumeric/receipt	Mon Apr 06 16:30:06 2020 +0000
     2.3 @@ -16,7 +16,7 @@
     2.4  xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
     2.5  xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \
     2.6  xorg-libXinerama xorg-libXrandr xorg-libXrender zlib dconf"
     2.7 -BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev"
     2.8 +BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev rarian"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()