File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / config.nice
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:51 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#! /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=' \
'--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>