We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38be1db commit 56b2eccCopy full SHA for 56b2ecc
configure
@@ -686,6 +686,7 @@ do
686
CONFIGURE_SCRIPT="${CFG_SRC_DIR}src/${i}/autogen.sh"
687
CONFIGURE_ARGS="${CONFIGURE_ARGS} --sysconfdir=/etc"
688
CONFIGURE_ARGS="${CONFIGURE_ARGS} --localstatedir=/var"
689
+ CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-docs"
690
CONFIGURE_ARGS="${CONFIGURE_ARGS} --disable-shared" # work around Rust #12557
691
if [ -f /etc/redhat-release ]; then
692
# Some RedHat-based distros (including our CentOS 6 build machines) are missing
0 commit comments