forked from pool/mingw32-winpthreads
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=4
This commit is contained in:
parent
7a7afb2482
commit
e2a47ba734
@ -31,10 +31,9 @@ License: MIT and BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://mingw-w64.sf.net/
|
||||
Source: mingw-w64-winpthreads-%{version}.tar.xz
|
||||
BuildRequires: mingw32-cross-gcc
|
||||
BuildRequires: mingw32-cross-gcc-c++
|
||||
BuildRequires: mingw32-cross-gcc-bootstrap
|
||||
BuildRequires: mingw32-cross-pkg-config
|
||||
BuildRequires: mingw32-filesystem
|
||||
BuildRequires: mingw32-pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
@ -59,12 +58,13 @@ mingw-w64's implementation of POSIX threads for Windows.
|
||||
%setup -q -n winpthreads
|
||||
|
||||
%build
|
||||
%{_mingw32_configure}
|
||||
%{_mingw32_configure} \
|
||||
--disable-static \
|
||||
--enable-shared
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
b=%{buildroot};
|
||||
make install DESTDIR="$b"
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user