diff --git a/ci/build.sh b/ci/build.sh index 4860565845..d86910b45c 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -17,7 +17,7 @@ ${dn}/installdeps.sh if test "${OS_ID}" = 'fedora'; then case "${CONFIGOPTS:-}" in *--with-soup*|*--without-curl*) ;; - *) CONFIGOPTS="${CONFIGOPTS:-} --with-curl" + *) CONFIGOPTS="${CONFIGOPTS:-} --with-curl --with-composefs" esac fi case "${CONFIGOPTS:-}" in