# HG changeset patch # User Pascal Bellard # Date 1586190606 0 # Node ID c251d5eb8ec2b3265ce23bd0bf907e2ae5608ad5 # Parent dd325ffcea24b89d4cbe49a3a03a1e99ba55f8fe gnumeric: update bdeps diff -r dd325ffcea24 -r c251d5eb8ec2 busybox/receipt --- a/busybox/receipt Mon Apr 06 17:27:12 2020 +0100 +++ b/busybox/receipt Mon Apr 06 16:30:06 2020 +0000 @@ -95,7 +95,8 @@ echo "=== Build busybox-uclibc ===" cp $stuff/$PACKAGE-${VERSION%.*}.config-static .config sed -i 's/# CONFIG_ASH_INTERNAL_GLOB is not set/CONFIG_ASH_INTERNAL_GLOB=y/' .config - make oldconfig | sed 's|ERROR|error|' && make || return 1 + make oldconfig | sed 's|ERROR|error|' && + LDFLAGS="" make || return 1 cp busybox busybox-static mv busybox busybox-uclibc mv busybox_unstripped.map busybox-uclibc.map diff -r dd325ffcea24 -r c251d5eb8ec2 gnumeric/receipt --- a/gnumeric/receipt Mon Apr 06 17:27:12 2020 +0100 +++ b/gnumeric/receipt Mon Apr 06 16:30:06 2020 +0000 @@ -16,7 +16,7 @@ xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \ xorg-libXinerama xorg-libXrandr xorg-libXrender zlib dconf" -BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev" +BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev rarian" # Rules to configure and make the package. compile_rules()