asio: use PKG_CONFIGURE_SCRIPT

This commit is contained in:
mglae 2021-02-22 19:33:30 +01:00
parent fc93964c2e
commit 5fc595d5a3

View File

@ -15,6 +15,6 @@ PKG_BUILD_FLAGS="-sysroot"
PKG_CONFIGURE_OPTS_TARGET="--without-boost --without-openssl" PKG_CONFIGURE_OPTS_TARGET="--without-boost --without-openssl"
post_unpack() { configure_package() {
mv ${PKG_BUILD}/asio/* ${PKG_BUILD} PKG_CONFIGURE_SCRIPT="${PKG_BUILD}/asio/configure"
} }