[mingw-gtkhtml3: 10/20] Build with the configure argument --disable-deprecated-warning-flags for now due to upstream breakag

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:04:40 UTC 2012


commit cb1eb382bba53c48f1aad1674f29d70b828682ce
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Oct 12 01:16:16 2010 +0200

    Build with the configure argument --disable-deprecated-warning-flags for now due to upstream breakage (GNOME BZ #630875)

 mingw32-gtkhtml3.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-gtkhtml3.spec b/mingw32-gtkhtml3.spec
index 9c6de38..86bfa8f 100644
--- a/mingw32-gtkhtml3.spec
+++ b/mingw32-gtkhtml3.spec
@@ -98,13 +98,13 @@ autoreconf --install --force
 # build GtkHTML twice here
 mkdir build_static
 pushd build_static
-    %{_mingw32_configure} --enable-static --disable-shared CFLAGS="$CFLAGS -DGLIB_STATIC_COMPILATION -DGOBJECT_STATIC_COMPILATION"
+    %{_mingw32_configure} --disable-deprecated-warning-flags --enable-static --disable-shared CFLAGS="$CFLAGS -DGLIB_STATIC_COMPILATION -DGOBJECT_STATIC_COMPILATION"
     make %{?_smp_mflags}
 popd
 
 mkdir build_shared
 pushd build_shared
-    %{_mingw32_configure} --disable-static --enable-shared
+    %{_mingw32_configure} --disable-deprecated-warning-flags --disable-static --enable-shared
     make %{?_smp_mflags}
 popd
 
@@ -162,6 +162,8 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Oct 11 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.32.0-1
 - Update to 3.32.0
+- Build with the configure argument --disable-deprecated-warning-flags
+  for now due to upstream breakage (GNOME BZ #630875)
 
 * Fri Sep 24 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.31.92-1
 - Update to 3.31.92


More information about the scm-commits mailing list