File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / config.nice
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:34:34 2012 UTC (11 years, 11 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_17p0, HEAD
php 5.4.3+patches

#! /bin/sh
#
# Created by configure

CFLAGS='-O2 -pipe -fno-strict-aliasing' \
CXXFLAGS='-O2 -pipe -fno-strict-aliasing' \
CC='cc' \
CXX='c++' \
'./configure' \
'--with-layout=GNU' \
'--localstatedir=/var' \
'--with-config-file-scan-dir=/usr/local/etc/php' \
'--disable-all' \
'--enable-libxml' \
'--enable-mysqlnd' \
'--with-libxml-dir=/usr/local' \
'--with-pcre-regex=/usr/local' \
'--with-zlib-dir=/usr' \
'--program-prefix=' \
'--enable-embed' \
'--with-regex=php' \
'--with-zend-vm=CALL' \
'--prefix=/usr/local' \
'--mandir=/usr/local/man' \
'--infodir=/usr/local/info/' \
'--build=i386-portbld-freebsd10.0' \
"$@"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>