mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
qemu: rebuild against nettle-3.6
This commit is contained in:
parent
abd822b1c0
commit
1b089cdac8
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=5.0.0
|
version=5.0.0
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Open Source Processor Emulator"
|
short_desc="Open Source Processor Emulator"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
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";;
|
aarch64-musl) CFLAGS+=" -D_LINUX_SYSINFO_H";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
pre_configure() {
|
||||||
sed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h
|
vsed -i 's/__u64/unsigned long/' linux-user/host/aarch64/hostdep.h
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local args=
|
local args=
|
||||||
|
|
||||||
sed -e 's,-rpath /usr/local/lib,,g' -i configure
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
|
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
|
||||||
export LIBTOOL=libtool
|
export LIBTOOL=libtool
|
||||||
|
|
Loading…
Add table
Reference in a new issue