Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu: install data files into the default directory
@ 2020-09-13 12:14 Hoshpak
  2020-09-14  7:11 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: Hoshpak @ 2020-09-13 12:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is a new pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages qemu-23495
https://github.com/void-linux/void-packages/pull/24884

qemu: install data files into the default directory
ignore foreign-arch elf files in /usr/share
fixes #23495
[skip ci]

A patch file from https://github.com/void-linux/void-packages/pull/24884.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qemu-23495-24884.patch --]
[-- Type: text/x-diff, Size: 1659 bytes --]

From ac243bea5af197603ce5ea1671c36b60a7d84a4c Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 13 Sep 2020 14:11:39 +0200
Subject: [PATCH] qemu: install data files into the default directory

ignore foreign-arch elf files in /usr/share
fixes #23495
[skip ci]
---
 srcpkgs/qemu/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 1f38b7ed5a6..944a9bd5837 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 pkgname=qemu
 version=5.1.0
-revision=2
+revision=3
 short_desc="Open Source Processor Emulator"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
@@ -23,6 +23,7 @@ makedepends="libpng-devel libjpeg-turbo-devel pixman-devel snappy-devel
  $(vopt_if opengl 'libepoxy-devel libdrm-devel MesaLib-devel')
  $(vopt_if iscsi 'libiscsi-devel')
  $(vopt_if smartcard libcacard-devel) $(vopt_if numa 'libnuma-devel')"
+ignore_elf_dirs="/usr/share/qemu"
 
 build_options="gtk3 opengl sdl2 spice virgl smartcard numa iscsi"
 build_options_default="opengl gtk3 virgl smartcard sdl2 numa iscsi"
@@ -63,7 +64,7 @@ do_configure() {
 		--disable-xen --enable-tpm \
 		--enable-vhost-net --enable-vnc-png --enable-virtfs \
 		--enable-libusb --disable-glusterfs --enable-snappy --enable-usb-redir \
-		--enable-pie --localstatedir=/var --datadir=/usr/lib --enable-docs \
+		--enable-pie --localstatedir=/var --enable-docs \
 		$(vopt_enable virgl virglrenderer) $(vopt_enable opengl) $(vopt_enable spice) \
 		${want_sdl} \
 		$(vopt_enable smartcard) \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: qemu: install data files into the default directory
  2020-09-13 12:14 [PR PATCH] qemu: install data files into the default directory Hoshpak
@ 2020-09-14  7:11 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-09-14  7:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

There's a merged pull request on the void-packages repository

qemu: install data files into the default directory
https://github.com/void-linux/void-packages/pull/24884

Description:
ignore foreign-arch elf files in /usr/share
fixes #23495
[skip ci]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-14  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 12:14 [PR PATCH] qemu: install data files into the default directory Hoshpak
2020-09-14  7:11 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).