* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / develop / mono / uclibc.patch.uclibc
blobe8191682557582e50c1a0a9e4a7c32ace2650ba4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../mono/uclibc.patch.uclibc
5 # Copyright (C) 2004 - 2016 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 ---
16 --- mono-1.1.3/libgc/configure.orig     2005-01-25 15:38:18.000000000 -0800
17 +++ mono-1.1.3/libgc/configure  2005-01-25 15:38:57.000000000 -0800
18 @@ -9584,7 +9584,7 @@
19    ac_status=$?
20    echo "$as_me:$LINENO: \$? = $ac_status" >&5
21    (exit $ac_status); }; }; then
22 -  ac_cv_lib_unwind_backtrace=yes
23 +  ac_cv_lib_unwind_backtrace=no
24  else
25    echo "$as_me: failed program was:" >&5
26  sed 's/^/| /' conftest.$ac_ext >&5
27 --- mono-1.1.3/libgc/include/gc.h.orig  2005-01-25 16:08:38.000000000 -0800
28 +++ mono-1.1.3/libgc/include/gc.h       2005-01-25 16:08:57.000000000 -0800
29 @@ -470,7 +470,7 @@
30  # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
31       && !defined(__ia64__)
32  #   ifndef GC_HAVE_BUILTIN_BACKTRACE
33 -#     define GC_HAVE_BUILTIN_BACKTRACE
34 +#     undef GC_HAVE_BUILTIN_BACKTRACE
35  #   endif
36  # endif
37  # if defined(__i386__) || defined(__x86_64__)
38 --- mono-1.1.3/mono/monoburg/Makefile.in.orig   2005-01-25 16:50:18.000000000 -0800
39 +++ mono-1.1.3/mono/monoburg/Makefile.in        2005-01-25 16:50:59.000000000 -0800
40 @@ -481,6 +481,6 @@
41         $(CC_FOR_BUILD) -o $@ $(srcdir)/monoburg.c parser.c $(INCLUDES) $(LDFLAGS) $(BUILD_GLIB_LIBS)
43  sample.c: monoburg$(BUILD_EXEEXT) $(srcdir)/sample.brg
44 -       ./monoburg$(BUILD_EXEEXT) $(srcdir)/sample.brg > sample.c
45 +       LD_LIBRARY_PATH="/lib:/usr/lib:"; for x in /opt/*/lib; do [ -d $$x ] && export LD_LIBRARY_PATH="$$LD_LIBRARY_PATH:$$x"; done; ./monoburg$(BUILD_EXEEXT) $(srcdir)/sample.brg > sample.c
46  # Tell versions [3.59,3.63) of GNU make to not export all variables.
47  # Otherwise a system limit (for SysV at least) may be exceeded.