libX11: dont include target headers for building hosttools

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-22 16:00:06 +01:00
parent 26a882e817
commit 4cc0bb938a

View File

@ -24,7 +24,7 @@
export CC_FOR_BUILD="$HOST_CC"
export CPPFLAGS_FOR_BUILD="$HOST_CPPFLAGS"
export CFLAGS_FOR_BUILD="$HOST_CFLAGS -I$SYSROOT_PREFIX/usr/include"
export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
cd $PKG_BUILD