summaryrefslogtreecommitdiff
path: root/packages/sqlite/sqlite3-3.2.5/cross-compile.patch
blob: aaafaa590cbeda1f0fe5e457a8906ccbd9656140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

Index: sqlite-3.2.1/configure.ac
===================================================================
--- sqlite-3.2.1.orig/configure.ac	2005-03-23 17:08:39.000000000 +0100
+++ sqlite-3.2.1/configure.ac	2005-04-25 23:02:40.000000000 +0200
@@ -186,10 +186,11 @@
 default_build_cflags="-g"
 if test "$config_BUILD_CC" = ""; then
   AC_PROG_CC
-  if test "$cross_compiling" = "yes"; then
-    AC_MSG_ERROR([unable to find a compiler for building build tools])
-  fi
-  BUILD_CC=$CC
+#  if test "$cross_compiling" = "yes"; then
+#    AC_MSG_ERROR([unable to find a compiler for building build tools])
+#  fi
+#  BUILD_CC=$CC
+  BUILD_CC=gcc
   default_build_cflags=$CFLAGS
 else
   BUILD_CC=$config_BUILD_CC
@@ -539,55 +540,14 @@
 # Figure out what C libraries are required to compile programs
 # that use "readline()" library.
 #
-if test "$config_TARGET_READLINE_LIBS" != ""; then
-  TARGET_READLINE_LIBS="$config_TARGET_READLINE_LIBS"
-else
-  CC=$TARGET_CC
-  LIBS=""
-  AC_SEARCH_LIBS(tgetent, [readline ncurses curses termcap])
-  AC_CHECK_LIB([readline], [readline])
-  TARGET_READLINE_LIBS="$LIBS"
-fi
+TARGET_READLINE_LIBS="-lreadline"
 AC_SUBST(TARGET_READLINE_LIBS)
 
 ##########
 # Figure out where to get the READLINE header files.
 #
-AC_MSG_CHECKING([readline header files])
-found=no
-if test "$config_TARGET_READLINE_INC" != ""; then
-  TARGET_READLINE_INC=$config_TARGET_READLINE_INC
-  found=yes
-fi
-if test "$found" = "yes"; then
-  AC_MSG_RESULT($TARGET_READLINE_INC)
-else
-  AC_MSG_RESULT(not specified: still searching...)
-  AC_CHECK_HEADER(readline.h, [found=yes])
-fi
-if test "$found" = "no"; then
-  for dir in /usr /usr/local /usr/local/readline /usr/contrib /mingw; do
-    AC_CHECK_FILE($dir/include/readline.h, found=yes)
-    if test "$found" = "yes"; then
-      TARGET_READLINE_INC="-I$dir/include"
-      break
-    fi
-    AC_CHECK_FILE($dir/include/readline/readline.h, found=yes)
-    if test "$found" = "yes"; then
-      TARGET_READLINE_INC="-I$dir/include/readline"
-      break
-    fi
-  done
-fi
-if test "$found" = "yes"; then
-  if test "$TARGET_READLINE_LIBS" = ""; then
-    TARGET_HAVE_READLINE=0
-  else
-    TARGET_HAVE_READLINE=1
-  fi
-else
-  TARGET_HAVE_READLINE=0
-fi
+TARGET_READLINE_INC=""
+TARGET_HAVE_READLINE=1
 AC_SUBST(TARGET_READLINE_INC)
 AC_SUBST(TARGET_HAVE_READLINE)
 
file diffstat' width='100%'> -rw-r--r--recipes/audiofile/audiofile-0.2.6/audiofile-m4_quote_fix.diff11
-rw-r--r--recipes/audiofile/audiofile-0.2.6/audiofile-oldstyle.patch55
-rw-r--r--recipes/audiofile/audiofile_0.2.6.bb22
-rw-r--r--recipes/aufs/aufs2-util_git.bb28
-rw-r--r--recipes/autoconf/autoconf-2.59/path_prog_fixes.patch126
-rw-r--r--recipes/autoconf/autoconf-2.61/autoconf-dont-execute-perl.patch41
-rw-r--r--recipes/autoconf/autoconf-2.61/path_prog_fixes.patch126
-rw-r--r--recipes/autoconf/autoconf-2.63/path_prog_fixes.patch126
-rw-r--r--recipes/autoconf/autoconf-native_2.59.bb2
-rw-r--r--recipes/autoconf/autoconf-native_2.61.bb1
-rw-r--r--recipes/autoconf/autoconf-native_2.63.bb1
-rw-r--r--recipes/autoconf/autoconf.inc12
-rw-r--r--recipes/autoconf/autoconf213-native_2.13.bb2
-rw-r--r--recipes/autoconf/autoconf213_2.13.bb2
-rw-r--r--recipes/autoconf/autoconf_2.57.bb2
-rw-r--r--recipes/autoconf/autoconf_2.59.bb7
-rw-r--r--recipes/autoconf/autoconf_2.61.bb8
-rw-r--r--recipes/autoconf/autoconf_2.63.bb17
-rw-r--r--recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch8
-rw-r--r--recipes/autofs/autofs_4.1.4.bb6
-rw-r--r--recipes/automake/automake-1.10/path_prog_fixes.patch43
-rw-r--r--recipes/automake/automake-native.inc4
-rw-r--r--recipes/automake/automake.inc25
-rw-r--r--recipes/automake/automake_1.10.2.bb31
-rw-r--r--recipes/automake/automake_1.9.6.bb29
-rw-r--r--recipes/automake/files/path_prog_fixes.patch55
-rw-r--r--recipes/avahi/avahi.inc2
-rw-r--r--recipes/balsa/balsa-2.4.0/balsa-no-spell.patch53
-rw-r--r--recipes/balsa/balsa-2.4.0/balsa-touch.patch11
-rw-r--r--recipes/balsa/balsa_2.4.0.bb80
-rw-r--r--recipes/balsa/balsa_2.4.1.bb83
-rw-r--r--recipes/bash/bash_3.0.bb2
-rw-r--r--recipes/bash/bash_3.2.bb2
-rw-r--r--recipes/bcel/bcel-native_5.2.bb6
-rw-r--r--recipes/bcel/bcel_5.2.bb19
-rw-r--r--recipes/binutils/binutils-2.19.51/thumb-func.patch55
-rw-r--r--recipes/binutils/binutils-cross.inc7
-rw-r--r--recipes/binutils/binutils_2.19.51.bb5
-rw-r--r--recipes/binutils/binutils_cvs.bb32
-rw-r--r--recipes/bluez/bluez-gnome-1.8/add-device-from-rfcomm-crash.patch15
-rw-r--r--recipes/bluez/bluez-gnome-1.8/cs-typo.patch23
-rw-r--r--recipes/bluez/bluez-gnome_1.8.bb5
-rw-r--r--recipes/bluez/bluez4.inc10
-rw-r--r--recipes/bluez/bluez4_4.47.bb (renamed from recipes/bluez/bluez4_4.46.bb)0
-rw-r--r--recipes/busybox/busybox-1.14.3/B921600.patch13
-rw-r--r--recipes/busybox/busybox-1.14.3/angstrom/defconfig873
-rw-r--r--recipes/busybox/busybox-1.14.3/defconfig873
-rw-r--r--recipes/busybox/busybox-1.14.3/fdisk_lineedit_segfault.patch12
-rw-r--r--recipes/busybox/busybox-1.14.3/fix31
-rw-r--r--recipes/busybox/busybox-1.14.3/get_header_tar.patch11
-rw-r--r--recipes/busybox/busybox-1.14.3/kaeilos/defconfig855
-rw-r--r--recipes/busybox/busybox-1.14.3/micro/defconfig869
-rw-r--r--recipes/busybox/busybox-1.14.3/r24785.patch14
-rw-r--r--recipes/busybox/busybox-1.14.3/slugos/defconfig869
-rw-r--r--recipes/busybox/busybox-1.14.3/udhcpc-fix-nfsroot.patch40
-rw-r--r--recipes/busybox/busybox-1.14.3/udhcpscript.patch17
-rw-r--r--recipes/busybox/busybox-1.14.3/xargs-double-size.patch13
-rw-r--r--recipes/busybox/busybox_1.14.3.bb44
-rw-r--r--recipes/cairo/cairo-native_1.8.0.bb10
-rw-r--r--recipes/cairo/cairo_git.bb6
-rw-r--r--recipes/calibrator/calibrator_svn.bb14
-rw-r--r--recipes/canutils/canutils_3.0.2.bb11
-rw-r--r--recipes/ccache/ccache_2.4.bb5
-rw-r--r--recipes/ccache/files/ccache-gcov.patch160
-rw-r--r--recipes/cherokee/cherokee.inc1
-rw-r--r--recipes/cherokee/cherokee_0.4.29.bb2
-rw-r--r--recipes/cherokee/cherokee_0.5.3.bb3
-rw-r--r--recipes/cherokee/cherokee_0.5.5.bb3
-rw-r--r--recipes/cherokee/cherokee_0.98.0.bb2
-rw-r--r--recipes/cherokee/cherokee_0.99.24.bb12
-rw-r--r--recipes/classpath/inetlib-1.1.1/datadir_java.patch23
-rw-r--r--recipes/classpath/inetlib-native_1.1.1.bb3
-rw-r--r--recipes/classpath/inetlib_1.1.1.bb30
-rw-r--r--recipes/classpathx/gnujaf-1.1.1/datadir_java.patch23
-rw-r--r--recipes/classpathx/gnujaf-native_1.1.1.bb3
-rw-r--r--recipes/classpathx/gnujaf_1.1.1.bb35
-rw-r--r--recipes/classpathx/gnumail-1.1.2/datadir_java.patch25
-rw-r--r--recipes/classpathx/gnumail-native_1.1.2.bb5
-rw-r--r--recipes/classpathx/gnumail_1.1.2.bb42
-rw-r--r--recipes/clearsilver/clearsilver_0.10.3.bb6
-rw-r--r--recipes/clearsilver/files/crosscompile.patch2
-rw-r--r--recipes/clutter/clutter-0.9_git.bb6
-rw-r--r--recipes/clutter/clutter-gst-0.9_git.bb5
-rw-r--r--recipes/clutter/clutter.inc18
-rw-r--r--recipes/compcache/compcache/000-compcache-KERNELDIR.patch34
-rw-r--r--recipes/compcache/compcache/001-compcache-rzscontrol-cross-compile.patch9
-rw-r--r--recipes/compcache/compcache/002-compcache-modules-install.patch13
-rw-r--r--recipes/compcache/compcache/003-compcache-0.6-KERNELDIR.patch31
-rw-r--r--recipes/compcache/compcache_0.5+0.6pre3.bb29
-rw-r--r--recipes/compcache/compcache_0.6.bb27
-rw-r--r--recipes/cup/cup-native_0.10k.bb24
-rw-r--r--recipes/cup/cup_0.10k.bb39
-rwxr-xr-xrecipes/cup/files/cup5
-rw-r--r--recipes/cups/cups.inc3
-rw-r--r--recipes/curl/curl_7.19.0.bb5
-rw-r--r--recipes/curl/curl_7.19.5.bb6
-rw-r--r--recipes/curl/files/curl-add_all_algorithms.patch22
-rw-r--r--recipes/dash/dash_0.5.2.bb30
-rw-r--r--recipes/dash/dash_0.5.5.1.bb29
-rw-r--r--recipes/dash/files/makefile-build-cc.diff28
-rw-r--r--recipes/dbus/dbus-1.3.0/0001-Make-the-default-DBus-reply-timeout-configurable.patch78
-rw-r--r--recipes/dbus/dbus-1.3.0/cross.patch10
-rw-r--r--recipes/dbus/dbus-1.3.0/dbus-1.init111