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
In article <12922.1394219900%splode.eterna.com.au@localhost>,
matthew green <mrg%eterna.com.au@localhost> wrote:
>
>"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.
No, because there is a -I pointing to the directory that contains it.
christos
Home |
Main Index |
Thread Index |
Old Index