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 (12 years ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_17p0, HEAD
php 5.4.3+patches

    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: '--enable-embed' \
   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>