From 03e2b36396a3cb4b4c36e9503358e1bdd15cea3e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Nov 2008 18:02:20 +0000 Subject: [PATCH] Revert part of the 36-1 patch. --build option to configure was wrong. --- mingw32-filesystem.spec | 5 ++++- mingw32-macros.mingw32 | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 2d172e5..56e8434 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -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 - 37-1 +- Revert part of the 36-1 patch. --build option to configure was wrong. + * Wed Nov 19 2008 Richard Jones - 36-1 - Greatly improved macros (Levente Farkas). - Added -mms-bitfields. diff --git a/mingw32-macros.mingw32 b/mingw32-macros.mingw32 index a74b286..fe7c89d 100644 --- a/mingw32-macros.mingw32 +++ b/mingw32-macros.mingw32 @@ -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} \\\