From 5633fb5a55d824c648c01cefbc0384b281a26b33d2894bb1196cd611b1ab383b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 11 Jun 2014 20:55:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=62 --- mingw64-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw64-filesystem.spec b/mingw64-filesystem.spec index 5655601..fd5b2a3 100644 --- a/mingw64-filesystem.spec +++ b/mingw64-filesystem.spec @@ -82,6 +82,7 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32 # to binaries which are also installed in /usr/bin etc. These # contain Fedora native binaries. mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/bin +mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/lib # The MinGW system root which will contain Windows native binaries # and Windows-specific header files, pkgconfig, etc. @@ -93,10 +94,12 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig - mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/aclocal +mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/var +mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedir}/lib +mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedir}/lib/rpm-state +mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedir}/lib/rpm-state/gconf -(cd %{buildroot}%{_prefix}/x86_64-w64-mingw32 && ln -s sys-root/mingw/include include && ln -s sys-root/mingw/lib lib) (cd %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root && ln -s mingw x86_64-w64-mingw32) mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share