From 1b089cdac8fa1b0137078a9ccc4a32834863630b Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 6 May 2020 19:27:11 +0200 Subject: [PATCH] qemu: rebuild against nettle-3.6 --- srcpkgs/qemu/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 82563bf381b..5a32c5c1dd3 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -1,7 +1,7 @@ # Template file for 'qemu' pkgname=qemu version=5.0.0 -revision=1 +revision=2 short_desc="Open Source Processor Emulator" maintainer="Helmut Pozimski " license="GPL-2.0-or-later, LGPL-2.1-or-later" @@ -37,15 +37,13 @@ case "$XBPS_TARGET_MACHINE" in aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";; esac -post_extract() { - sed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h +pre_configure() { + vsed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h } do_configure() { local args= - sed -e 's,-rpath /usr/local/lib,,g' -i configure - if [ "$CROSS_BUILD" ]; then args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-" export LIBTOOL=libtool