22377891 sqlite-3 should honor the supplied CC= value for configuration
authorRich Burridge <rich.burridge@oracle.com>
Wed, 16 Dec 2015 10:47:40 -0800
changeset 5203 7d88e6574970
parent 5202 1cf3fdb2aee7
child 5204 766639d560b9
22377891 sqlite-3 should honor the supplied CC= value for configuration
components/sqlite-3/patches/sqlite3-04-tcl-cc.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/patches/sqlite3-04-tcl-cc.patch	Wed Dec 16 10:47:40 2015 -0800
@@ -0,0 +1,18 @@
+The value of TCL_CC in /usr/lib/tclConfig.sh is currently incorrect.
+For now, just use the normal CC value that was passed into the
+configure script.
+
+This change will not be sent upstream and this patch can be removed
+when the fix for CR #22378457 is integrated.
+
+--- a/tea/configure.orig	2015-12-16 10:21:08.098424591 -0800
++++ b/tea/configure	2015-12-16 10:21:33.697578818 -0800
+@@ -3386,7 +3386,7 @@
+ 
+     { $as_echo "$as_me:${as_lineno-$LINENO}: checking platform" >&5
+ $as_echo_n "checking platform... " >&6; }
+-    hold_cc=$CC; CC="$TCL_CC"
++    hold_cc=$CC; CC="$CC"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+