pkg-config: setup host triplet for --build and --host options to configure script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 01:43:51 +02:00
parent 08b2877133
commit e1ca792712

View File

@ -25,7 +25,9 @@
setup_toolchain host
cd $PKG_BUILD
./configure --enable-shared \
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--enable-shared \
--disable-static \
--with-gnu-ld