Fix libffi
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
0639804452
commit
dd639bb2b6
29
0001-wxi-update-libffi.patch
Normal file
29
0001-wxi-update-libffi.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From 7a41039f7a812d176c733fc06d5e7646469f9f47 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
||||
Date: Sun, 1 Aug 2021 19:47:14 +0400
|
||||
Subject: [PATCH] wxi: update libffi
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
|
||||
---
|
||||
data/wixl/libffi.wxi | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/wixl/libffi.wxi b/data/wixl/libffi.wxi
|
||||
index c7e75e3..3b0cf53 100644
|
||||
--- a/data/wixl/libffi.wxi
|
||||
+++ b/data/wixl/libffi.wxi
|
||||
@@ -5,7 +5,7 @@
|
||||
<DirectoryRef Id="INSTALLDIR">
|
||||
<Directory Id="dirB37BA35DC0E52FA4D62B8457EA52998D" Name="bin">
|
||||
<Component Win64="$(var.Win64)" Id="cmp4F67E190AA41922A005AF2B11F7D98C7" Guid="*">
|
||||
- <File Id="fil3C28FBAFB6D0436D0420107C1F59E022" KeyPath="yes" Source="$(var.SourceDir)/bin/libffi-6.dll"/>
|
||||
+ <File Id="fil3C28FBAFB6D0436D0420107C1F59E022" KeyPath="yes" Source="$(var.SourceDir)/bin/libffi-8.dll"/>
|
||||
</Component>
|
||||
</Directory>
|
||||
</DirectoryRef>
|
||||
--
|
||||
2.32.0.264.g75ae10bc75
|
||||
|
@ -18,6 +18,7 @@ Summary: Windows Installer tools
|
||||
License: GPLv2+
|
||||
URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
|
||||
Patch0: 0001-wxi-update-libffi.patch
|
||||
|
||||
Requires: libgsf >= 1.14.24-2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user