Annotation of embedaddon/php/config.nice, revision 1.1
1.1 ! misho 1: #! /bin/sh
! 2: #
! 3: # Created by configure
! 4:
! 5: CFLAGS='-O2 -pipe -fno-strict-aliasing' \
! 6: CXXFLAGS='-O2 -pipe -fno-strict-aliasing' \
! 7: CC='cc' \
! 8: CXX='c++' \
! 9: './configure' \
! 10: '--with-layout=GNU' \
! 11: '--localstatedir=/var' \
! 12: '--with-config-file-scan-dir=/usr/local/etc/php' \
! 13: '--disable-all' \
! 14: '--enable-libxml' \
! 15: '--enable-mysqlnd' \
! 16: '--with-libxml-dir=/usr/local' \
! 17: '--with-pcre-regex=/usr/local' \
! 18: '--with-zlib-dir=/usr' \
! 19: '--program-prefix=' \
! 20: '--with-regex=php' \
! 21: '--with-zend-vm=CALL' \
! 22: '--prefix=/usr/local' \
! 23: '--mandir=/usr/local/man' \
! 24: '--infodir=/usr/local/info/' \
! 25: '--build=i386-portbld-freebsd10.0' \
! 26: "$@"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>