libconfig: disable build of doc and tests

This commit is contained in:
heitbaum 2021-07-05 09:38:19 +00:00
parent 331f30d295
commit c7cd32fff7

View File

@ -13,7 +13,9 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-doc \
--disable-examples \
--disable-tests \
--with-sysroot=${SYSROOT_PREFIX}"
pre_configure_target() {