dhcpcd: fix build with ccache
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 22 Jun 2014 13:26:52 +0000 (15:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Jun 2014 17:03:31 +0000 (19:03 +0200)
commitfbb3837c43802deee002db58452cbad290216275
treee271bb4d0183354ec07e4a79c44754dc41df8fb5
parent8d24201f4b943b7a1edd9a16c97155f1a2efda59
dhcpcd: fix build with ccache

After the bump to dhcpcd 6.4.0, building dhcpcd with ccache fails at the
configure step:

Using compiler .. <buildroot>/output/host/usr/bin/ccache <buildroot>/output/host/usr/bin/i686-pc-linux-gnu-gcc
<buildroot>/output/host/usr/bin/ccache <buildroot>/output/host/usr/bin/i686-pc-linux-gnu-gcc is not an executable
make: *** [<buildroot>/output/build/dhcpcd-6.4.0/.stamp_configured] Error 1

This patch backports an upstream patch to fix this issue.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dhcpcd/dhcpcd-0001-fix-build-with-ccache.patch [new file with mode: 0644]