1 2 3 4 5 6 7 8 9 10
# no mariadb yet on i486 if [ "${CARCH}" = "i486" ]; then depends=(${depends[@]//mariadb-libs/}) eval "$( declare -f build | \ sed ' s/--with-mysql/--without-mysql/ ' )" fi