# do not make postfix depend on a micro-optimized Mysql (for i486) if [ "${CARCH}" = "i486" ]; then depends=(${depends[@]//mariadb-libs/}) eval "$( declare -f build | \ sed ' s|-DHAS_MYSQL -I/usr/include/mysql||g s|-lmysqlclient||g ' )" fi