patch-configure 585 B

12345678910111213141516171819202122
  1. --- sqlite-3.7.3.orig/configure 2010-10-07 16:48:41.000000000 +0200
  2. +++ sqlite-3.7.3/configure 2011-03-04 21:58:45.000000000 +0100
  3. @@ -12389,8 +12389,8 @@ fi
  4. # generate command-line programs that run on the build machine.
  5. #
  6. if test x"$cross_compiling" = xno; then
  7. - BUILD_CC=$CC
  8. - BUILD_CFLAGS=$CFLAGS
  9. + BUILD_CC=$CC_FOR_BUILD
  10. + BUILD_CFLAGS=$CFLAGS_FOR_BUILD
  11. else
  12. if test "${BUILD_CC+set}" != set; then
  13. for ac_prog in gcc cc cl
  14. @@ -12437,7 +12437,7 @@ done
  15. fi
  16. if test "${BUILD_CFLAGS+set}" != set; then
  17. - BUILD_CFLAGS="-g"
  18. + BUILD_CFLAGS=$CFLAGS_FOR_BUILD
  19. fi
  20. fi