* debian/patches/005_xpmico.patch:

- Removed, this check is not needed as HeaderSize can't overflow because
    IconCount will be at most 16 bits, and that multiplied by 16 is not
    enough to overflow an integer. (Checked with upstream)
* debian/patches/001_static-linking-dont-query-immodules.patch,
  debian/patches/002_static-linking-dont-build-perf.patch:
  - Add headers.
This commit is contained in:
Emilio Pozuelo Monfort
2009-08-19 01:10:00 +00:00
parent 9585409878
commit a2d3030cdb
5 changed files with 14 additions and 18 deletions

View File

@ -1,3 +1,7 @@
Description: Don't query immodules for the local tree when cross-compiling or
when --disable-shared was given
Bug: http://bugzilla.gnome.org/show_bug.cgi?id=346531
--- a/configure.in
+++ b/configure.in
@@ -157,6 +157,7 @@