* updated ktuberling (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / gnome / glib / no-libelf.patch.cross
blob0d968d04e6d85bab2cfa7fb0cac4c6c4f6ea96d4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../glib/no-libelf.patch.cross
5 # Copyright (C) 2019 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- glib-2.60.6/gio/meson.build.vanilla 2019-09-11 21:51:12.296622092 +0000
18 +++ glib-2.60.6/gio/meson.build 2019-09-11 21:51:27.004621656 +0000
19 @@ -890,7 +890,8 @@
20  endif
22  if have_libelf
23 -  glib_conf.set('HAVE_LIBELF', 1)
24 +  #glib_conf.set('HAVE_LIBELF', 1)
25 +  libelf = []
26  else
27    libelf = []
28  endif