libXt: fix build if built for other platforms then x86

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-12 16:30:16 +02:00
parent a9bdb58493
commit ea37d2351a

View File

@ -39,7 +39,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
pre_make_target() { pre_make_target() {
make -C util CC=$HOST_CC \ make -C util CC=$HOST_CC \
CFLAGS="$HOST_CFLAGS -I$SYSROOT_PREFIX/usr/include" \ CFLAGS="$HOST_CFLAGS " \
LDFLAGS="$HOST_LDFLAGS" \ LDFLAGS="$HOST_LDFLAGS" \
makestrs makestrs
} }