Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/external/public-domain/sqlite/lib
"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.
Home |
Main Index |
Thread Index |
Old Index