Revert part of the 36-1 patch. --build option to configure was wrong.
This commit is contained in:
parent
c52d9aaa64
commit
03e2b36396
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: mingw32-filesystem
|
||||
Version: 36
|
||||
Version: 37
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW base filesystem and environment
|
||||
|
||||
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 37-1
|
||||
- Revert part of the 36-1 patch. --build option to configure was wrong.
|
||||
|
||||
* Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 36-1
|
||||
- Greatly improved macros (Levente Farkas).
|
||||
- Added -mms-bitfields.
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
# Build macros.
|
||||
%_mingw32_host i686-pc-mingw32
|
||||
%_mingw32_build %{_mingw32_host}
|
||||
%_mingw32_target i686-pc-mingw32
|
||||
|
||||
%_mingw32_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
|
||||
@ -57,7 +56,7 @@
|
||||
%_mingw32_configure %{_mingw32_env} ; \
|
||||
./configure --cache-file=%{_mingw32_cache} \\\
|
||||
--host=%{_mingw32_host} \\\
|
||||
--build=%{_mingw32_build} \\\
|
||||
--build=%_build \\\
|
||||
--target=%{_mingw32_target} \\\
|
||||
--prefix=%{_mingw32_prefix} \\\
|
||||
--exec-prefix=%{_mingw32_exec_prefix} \\\
|
||||
|
Loading…
Reference in New Issue
Block a user