libassuan: build with --disable-doc

This commit is contained in:
Thierry Laurion 2023-06-26 08:46:30 -04:00
parent e14b869f90
commit 58d5a295a1
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -13,6 +13,7 @@ libassuan_configure := \
--host $(MUSL_ARCH)-linux-musl \
--prefix "/" \
--disable-static \
--disable-doc \
--with-gpg-error-prefix="$(INSTALL)" \
libassuan_target := $(MAKE_JOBS) \