#! /bin/sh # # Created by configure CFLAGS='-O3 -march=nocona -pipe' \ './configure' \ '--disable-ipv6' \ '--with-apxs2=/usr/local/apache2/bin/apxs' \ '--with-config-file-path=/usr/local/apache2/conf' \ '--with-curl' \ '--with-mcrypt' \ '--with-mhash' \ '--enable-exif' \ '--with-gd=/usr' \ '--with-jpeg-dir' \ '--with-png-dir' \ '--with-zlib-dir' \ '--with-freetype-dir' \ '--with-mysql=/usr' \ '--with-mysqli=/usr/bin/mysql_config' \ '--with-pdo-mysql=/usr' \ '--enable-mbstring' \ '--enable-soap' \ '--without-pear' \ '--with-libdir=lib64' \ "$@"