Revert part of the 36-1 patch. --build option to configure was wrong.

This commit is contained in:
Richard W.M. Jones 2008-11-19 18:02:20 +00:00
parent c52d9aaa64
commit 03e2b36396
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: mingw32-filesystem Name: mingw32-filesystem
Version: 36 Version: 37
Release: 1%{?dist} Release: 1%{?dist}
Summary: MinGW base filesystem and environment Summary: MinGW base filesystem and environment
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 36-1
- Greatly improved macros (Levente Farkas). - Greatly improved macros (Levente Farkas).
- Added -mms-bitfields. - Added -mms-bitfields.

View File

@ -19,7 +19,6 @@
# Build macros. # Build macros.
%_mingw32_host i686-pc-mingw32 %_mingw32_host i686-pc-mingw32
%_mingw32_build %{_mingw32_host}
%_mingw32_target i686-pc-mingw32 %_mingw32_target i686-pc-mingw32
%_mingw32_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields %_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} ; \ %_mingw32_configure %{_mingw32_env} ; \
./configure --cache-file=%{_mingw32_cache} \\\ ./configure --cache-file=%{_mingw32_cache} \\\
--host=%{_mingw32_host} \\\ --host=%{_mingw32_host} \\\
--build=%{_mingw32_build} \\\ --build=%_build \\\
--target=%{_mingw32_target} \\\ --target=%{_mingw32_target} \\\
--prefix=%{_mingw32_prefix} \\\ --prefix=%{_mingw32_prefix} \\\
--exec-prefix=%{_mingw32_exec_prefix} \\\ --exec-prefix=%{_mingw32_exec_prefix} \\\