summaryrefslogtreecommitdiff
path: root/glib-32/multilib.patch
blob: 6ba907ed3e098906c4116015e3e842583e1179a5 (plain)
    1 diff --git i/gio/tests/meson.build w/gio/tests/meson.build
    2 index 65f43e267..3bd66bf60 100644
    3 --- i/gio/tests/meson.build
    4 +++ w/gio/tests/meson.build
    5 @@ -598,6 +598,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
    6                   '-r',
    7                   '-b','binary',
    8                   '@INPUT@',
    9 +                 '--oformat', 'elf32-i386',
   10                   '-o','@OUTPUT@'])
   11  
   12      # Rename symbol to match the one in the C file
   13 diff --git i/glib/tests/meson.build w/glib/tests/meson.build
   14 index d54fc41fa..ad5511ca5 100644
   15 --- i/glib/tests/meson.build
   16 +++ w/glib/tests/meson.build
   17 @@ -92,7 +92,7 @@ glib_tests = {
   18    'test-printf' : {},
   19    'thread' : {},
   20    'timeout' : {},
   21 -  'timer' : {},
   22 +  'timer' : {'suite': ['flaky']},
   23    'tree' : {},
   24    'utf8-performance' : {},
   25    'utf8-pointer' : {},

Generated by cgit