diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:11:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:11:26 +0100 |
commit | 502c124ae7bdf2ba16863c3a0a42401efa5878bd (patch) | |
tree | 807c9d844c7b43126303fec48fc8a00af9fc03ff /package/sqlite/patches/patch-configure | |
parent | d184f1c8357ac112a965103f0c5d2f6f45202e0a (diff) |
update to latest upstream version
Diffstat (limited to 'package/sqlite/patches/patch-configure')
-rw-r--r-- | package/sqlite/patches/patch-configure | 22 |
1 files changed, 0 insertions, 22 deletions
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 - |