Related to #16354.
This PR adds additional configure flags to packages in depends to explicitly disable features we aren’t using; similar to #16183. It also fixes passing --without-tools
to qrencode
.
I’ve added --disable-drafts
to zeromq
:
0Build and install draft classes and methods [default=yes]
I’m not entirely sure how far we want to take this. i.e in the zeromq
package we explicitly pass --without-libsodium
, even though it’s disabled by default.
Do we also want to explicitly pass all the other --without
flags? :
0 --with-libgssapi_krb5 require libzmq build with libgssapi_krb5
1 [default=no]
2 --with-libsodium use libsodium instead of built-in tweetnacl
3 [default=no]
4 --with-pgm build libzmq with PGM extension. Requires pkg-config
5 [default=no]
6 --with-norm build libzmq with NORM protocol extension,
7 optionally specifying norm path [default=no]
8 --with-vmci build libzmq with VMCI transport [default=no]