Annotation of embedaddon/php/config.nice, revision 1.1.1.2
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=' \
1.1.1.2 ! misho 20: '--enable-embed' \
1.1 misho 21: '--with-regex=php' \
22: '--with-zend-vm=CALL' \
23: '--prefix=/usr/local' \
24: '--mandir=/usr/local/man' \
25: '--infodir=/usr/local/info/' \
26: '--build=i386-portbld-freebsd10.0' \
27: "$@"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>