[packages/VirtualBox] workaround misdetection of shared object without dynamic section; rel 3
atler
atler at pld-linux.org
Mon Aug 17 01:32:59 CEST 2020
commit ec251aaaf4ba5efa1c513b69049b483040522881
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Aug 17 01:30:04 2020 +0200
workaround misdetection of shared object without dynamic section; rel 3
- do not chrpath on *.debug files
- build macros need update to better detect dynamically linked objects
- might require fix for:
https://bugs.astron.com/view.php?id=182
VirtualBox.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 0be5968..22b4d01 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -47,7 +47,7 @@ exit 1
%define qtver 5.6.0
-%define rel 2
+%define rel 3
%define pname VirtualBox
Summary: VirtualBox - x86 hardware virtualizer
Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
@@ -200,6 +200,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define filterout -Werror=format-security
+%define _noautochrpath .*\\.debug$
+
%description
Oracle VirtualBox is a general-purpose full virtualizer for x86
hardware. Targeted at server, desktop and embedded use, it is now the
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/ec251aaaf4ba5efa1c513b69049b483040522881
More information about the pld-cvs-commit
mailing list