[mingw-pango/f17] Use the proper configure flag to enable delay-load support

Erik van Pienbroek epienbro at fedoraproject.org
Sat May 26 20:23:58 UTC 2012


commit c4d5e3e37bdd112e2e0468c729f402d207f01dfa
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat May 26 22:23:53 2012 +0200

    Use the proper configure flag to enable delay-load support

 mingw-pango.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-pango.spec b/mingw-pango.spec
index 083f8a3..6bb4d5b 100644
--- a/mingw-pango.spec
+++ b/mingw-pango.spec
@@ -1,8 +1,8 @@
-%?mingw_package_header
+%{?mingw_package_header}
 
 Name:           mingw-pango
 Version:        1.30.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows Pango library
 
 License:        LGPLv2+
@@ -111,7 +111,7 @@ autoreconf -i --force
 
 
 %build
-%mingw_configure --enable-static --enable-shared
+%mingw_configure --enable-static --enable-shared --enable-delay-load
 %mingw_make %{?_smp_mflags}
 
 
@@ -254,6 +254,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/pango/1.6.0/modules/*.dll.a
   
 
 %changelog
+* Sat May 26 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.30.0-3
+- Use the proper configure flag to enable delay-load support
+
 * Sun May 20 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.30.0-2
 - Make fontconfig and freetype runtime dependencies instead of hard dependencies
 


More information about the scm-commits mailing list