diff --git a/packages/toolchain/devel/pkg-config/build b/packages/toolchain/devel/pkg-config/build index aee7975eba..d71c51c390 100755 --- a/packages/toolchain/devel/pkg-config/build +++ b/packages/toolchain/devel/pkg-config/build @@ -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