Explicitely pass --without-pptx to configure to make sure libzip is not

looked for.
This commit is contained in:
ajacoutot 2022-09-23 20:31:36 +00:00
parent c619af8b58
commit f499696866

View File

@ -22,6 +22,7 @@ CONFIGURE_ARGS= --without-libplot \
--without-emf \
--without-swf \
--without-magick \
--without-pptx \
--disable-docs
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"