From 502c124ae7bdf2ba16863c3a0a42401efa5878bd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Mar 2011 13:11:26 +0100 Subject: update to latest upstream version --- package/sqlite/patches/patch-Makefile_in | 11 ----------- package/sqlite/patches/patch-configure | 22 ---------------------- package/sqlite/patches/patch-ltmain_sh | 11 ----------- 3 files changed, 44 deletions(-) delete mode 100644 package/sqlite/patches/patch-Makefile_in delete mode 100644 package/sqlite/patches/patch-configure delete mode 100644 package/sqlite/patches/patch-ltmain_sh (limited to 'package/sqlite/patches') diff --git a/package/sqlite/patches/patch-Makefile_in b/package/sqlite/patches/patch-Makefile_in deleted file mode 100644 index 3be3a2861..000000000 --- a/package/sqlite/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- sqlite-3.7.3.orig/Makefile.in 2010-10-07 16:48:41.000000000 +0200 -+++ sqlite-3.7.3/Makefile.in 2010-11-25 20:15:04.156939429 +0100 -@@ -181,7 +181,7 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo - table.lo tokenize.lo trigger.lo \ - update.lo util.lo vacuum.lo \ - vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbetrace.lo \ -- wal.lo walker.lo where.lo utf.o vtab.lo -+ wal.lo walker.lo where.lo utf.lo vtab.lo - - # Object files for the amalgamation. - # diff --git a/package/sqlite/patches/patch-configure b/package/sqlite/patches/patch-configure deleted file mode 100644 index f4a1d91fd..000000000 --- a/package/sqlite/patches/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- sqlite-3.7.3.orig/configure 2010-10-07 16:48:41.000000000 +0200 -+++ sqlite-3.7.3/configure 2011-03-04 21:58:45.000000000 +0100 -@@ -12389,8 +12389,8 @@ fi - # generate command-line programs that run on the build machine. - # - if test x"$cross_compiling" = xno; then -- BUILD_CC=$CC -- BUILD_CFLAGS=$CFLAGS -+ BUILD_CC=$CC_FOR_BUILD -+ BUILD_CFLAGS=$CFLAGS_FOR_BUILD - else - if test "${BUILD_CC+set}" != set; then - for ac_prog in gcc cc cl -@@ -12437,7 +12437,7 @@ done - - fi - if test "${BUILD_CFLAGS+set}" != set; then -- BUILD_CFLAGS="-g" -+ BUILD_CFLAGS=$CFLAGS_FOR_BUILD - fi - fi - diff --git a/package/sqlite/patches/patch-ltmain_sh b/package/sqlite/patches/patch-ltmain_sh deleted file mode 100644 index 7f7d44cb0..000000000 --- a/package/sqlite/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- sqlite-3.7.3.orig/ltmain.sh 2010-10-01 22:19:27.000000000 +0200 -+++ sqlite-3.7.3/ltmain.sh 2011-01-15 00:16:55.000000000 +0100 -@@ -4772,7 +4772,7 @@ func_mode_link () - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" -- cgit v1.2.3