Add meson hint for libgcrypt-config on mingw cross builds
https://bugzilla.redhat.com/show_bug.cgi?id=1856446 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
717f2a929b
commit
6de060b5d3
@ -6,7 +6,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: mingw-filesystem
|
||||
Version: 113
|
||||
Version: 114
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW cross compiler base filesystem and environment
|
||||
|
||||
@ -317,6 +317,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2020 Daniel P. Berrangé <berrange@redhat.com> - 114-1
|
||||
- Add meson hint for libgcrypt-config on mingw cross builds (#1856446)
|
||||
|
||||
* Sat May 23 2020 Sandro Mani <manisandro@gmail.com> - 113-1
|
||||
- Add %%mingw_make_build and %%mingw_make_install
|
||||
|
||||
|
@ -9,6 +9,7 @@ ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
||||
strip = '/usr/bin/i686-w64-mingw32-strip'
|
||||
windres = '/usr/bin/i686-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/i686-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/i686-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
|
||||
[properties]
|
||||
root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
||||
|
@ -9,6 +9,7 @@ ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
||||
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
||||
windres = '/usr/bin/x86_64-w64-mingw32-windres'
|
||||
dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool'
|
||||
libgcrypt-config = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'
|
||||
|
||||
[properties]
|
||||
root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
|
||||
|
Loading…
Reference in New Issue
Block a user