Makefile.in was patched to change ${CC} to cc for something which needed
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 19 Jul 2005 03:08:44 +0000 (03:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 19 Jul 2005 03:08:44 +0000 (03:08 +0000)
commit551478b744df4faaa3e63b1b052b2e95c6345778
tree1a45188bebac706bb58b91c67c7ec9fd407f1546
parent251288dd639ca45fa6250e556c6f886106541910
Makefile.in was patched to change ${CC} to cc for something which needed
BUILD_CC, but the target CFLAGS were still there, preventing the target
cflags containing anything which only works with TARGET_CC.  Fixed to use
BUILD_CC, BUILD_CFLAGS and BULD_LDFLAGS - still a hack because these come
in 'by magic' from the environment, but that's fine in OE builds because
they are always set by the do_compile script.
packages/bind/bind-9.3.1/lib_dns_Makefile.in.patch