mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libIDL-host: setup host triplet for --build and --host options to configure script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -30,7 +30,9 @@ cd $BUILD/libIDL*
|
||||
mkdir -p .build-host && cd .build-host
|
||||
|
||||
libIDL_cv_long_long_format=ll \
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN
|
||||
|
||||
$SED "s:pkg-config :PKG_CONFIG_PATH=$HOST_PKG_CONFIG_PATH $PKG_CONFIG :" libIDL-config-2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user