"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Fri Mar 7 18:37:48 UTC 2014 > > Modified Files: > src/external/public-domain/sqlite/lib: Makefile > > Log Message: > change CC to HOST_CC to avoid trying to find <stdarg.h> in an unpopulated > DSTDIR.
won't this find the version of <sqlite3.h> on the host? it seems "saner" to elide this rule in the case that say !exists(${DESTDIR}/usr/include/stdarg.h) or something else ugly, until you figure out why it is being executed in the build too early. .mrg.