Add dlltool to toolchain-mingw{32,64}.meson
This commit is contained in:
parent
c3d26e7c6d
commit
782b104283
@ -81,6 +81,7 @@
|
|||||||
unset x i
|
unset x i
|
||||||
|
|
||||||
%mingw32_pkg_config %{mingw32_target}-pkg-config
|
%mingw32_pkg_config %{mingw32_target}-pkg-config
|
||||||
|
%mingw32_pkgconfig_personalitydir %{mingw32_datadir}/pkgconfig/personality.d
|
||||||
|
|
||||||
%mingw32_configure %{mingw32_env} ; \
|
%mingw32_configure %{mingw32_env} ; \
|
||||||
__mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\
|
__mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
unset x i
|
unset x i
|
||||||
|
|
||||||
%mingw64_pkg_config %{mingw64_target}-pkg-config
|
%mingw64_pkg_config %{mingw64_target}-pkg-config
|
||||||
|
%mingw64_pkgconfig_personalitydir %{mingw32_datadir}/pkgconfig/personality.d
|
||||||
|
|
||||||
%mingw64_configure %{mingw64_env} ; \
|
%mingw64_configure %{mingw64_env} ; \
|
||||||
__mingw64_topdir=.; if ! test -x configure; then __mingw64_topdir=..; fi; \\\
|
__mingw64_topdir=.; if ! test -x configure; then __mingw64_topdir=..; fi; \\\
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 108
|
Version: 109
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW cross compiler base filesystem and environment
|
Summary: MinGW cross compiler base filesystem and environment
|
||||||
|
|
||||||
@ -316,6 +316,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 29 2019 Sandro Mani <manisandro@gmail.com> - 109-1
|
||||||
|
- Add dlltool to toolchain-mingw{32,64}.meson
|
||||||
|
|
||||||
* Mon Aug 12 2019 Sandro Mani <manisandro@gmail.com> - 108-1
|
* Mon Aug 12 2019 Sandro Mani <manisandro@gmail.com> - 108-1
|
||||||
- Fix mingw-find-debuginfo.sh to pick up strippable binaries also in %%{_prefix}/%%{mingw32,64_target}
|
- Fix mingw-find-debuginfo.sh to pick up strippable binaries also in %%{_prefix}/%%{mingw32,64_target}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
|
|||||||
ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
||||||
strip = '/usr/bin/i686-w64-mingw32-strip'
|
strip = '/usr/bin/i686-w64-mingw32-strip'
|
||||||
windres = '/usr/bin/i686-w64-mingw32-windres'
|
windres = '/usr/bin/i686-w64-mingw32-windres'
|
||||||
|
dlltool = '/usr/bin/i686-w64-mingw32-dlltool'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
||||||
|
@ -8,6 +8,7 @@ pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
|
|||||||
ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
ranlib = '/usr/bin/x86_64-w64-mingw32-ranlib'
|
||||||
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
||||||
windres = '/usr/bin/x86_64-w64-mingw32-windres'
|
windres = '/usr/bin/x86_64-w64-mingw32-windres'
|
||||||
|
dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
|
root = '/usr/x86_64-w64-mingw32/sys-root/mingw'
|
||||||
|
Loading…
Reference in New Issue
Block a user