# no mariadb yet on i486 if [ "${CARCH}" = "i486" ]; then depends=(${depends[@]//mariadb-libs/}) eval "$( declare -f build | \ sed ' s/--with-mysql/--without-mysql/ ' )" fi