Diff for /embedaddon/php/main/build-defs.h between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/05/29 12:34:35 version 1.1.1.1.2.1, 2013/07/22 01:44:16
Line 18 Line 18
   
 /* $Id$ */  /* $Id$ */
   
#define CONFIGURE_COMMAND " './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'"#define CONFIGURE_COMMAND " './configure'  '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/etc/php' '--disable-all' '--enable-libxml' '--enable-xml' '--with-libxml-dir=/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--with-openssl' '--enable-zip' '--enable-sqlite-utf8' '--prefix'"
 #define PHP_ADA_INCLUDE         ""  #define PHP_ADA_INCLUDE         ""
 #define PHP_ADA_LFLAGS          ""  #define PHP_ADA_LFLAGS          ""
 #define PHP_ADA_LIBS            ""  #define PHP_ADA_LIBS            ""
Line 27 Line 27
 #define PHP_FHTTPD_INCLUDE      ""  #define PHP_FHTTPD_INCLUDE      ""
 #define PHP_FHTTPD_LIB          ""  #define PHP_FHTTPD_LIB          ""
 #define PHP_FHTTPD_TARGET       ""  #define PHP_FHTTPD_TARGET       ""
#define PHP_CFLAGS              "$(CFLAGS_CLEAN) -prefer-non-pic"#define PHP_CFLAGS              "$(CFLAGS_CLEAN) -prefer-non-pic -static"
 #define PHP_DBASE_LIB           ""  #define PHP_DBASE_LIB           ""
 #define PHP_BUILD_DEBUG         ""  #define PHP_BUILD_DEBUG         ""
 #define PHP_GDBM_INCLUDE        ""  #define PHP_GDBM_INCLUDE        ""
Line 37 Line 37
 #define PHP_IFX_INCLUDE         ""  #define PHP_IFX_INCLUDE         ""
 #define PHP_IFX_LFLAGS          ""  #define PHP_IFX_LFLAGS          ""
 #define PHP_IFX_LIBS            ""  #define PHP_IFX_LIBS            ""
#define PHP_INSTALL_IT          "$(mkinstalldirs) $(INSTALL_ROOT)$(prefix)/lib; $(INSTALL) -m 0755 libs/libphp5.so $(INSTALL_ROOT)$(prefix)/lib"#define PHP_INSTALL_IT          ""
 #define PHP_IODBC_INCLUDE       ""  #define PHP_IODBC_INCLUDE       ""
 #define PHP_IODBC_LFLAGS        ""  #define PHP_IODBC_LFLAGS        ""
 #define PHP_IODBC_LIBS          ""  #define PHP_IODBC_LIBS          ""
Line 76 Line 76
 #define PHP_BIRDSTEP_INCLUDE     ""  #define PHP_BIRDSTEP_INCLUDE     ""
 #define PHP_BIRDSTEP_LIBS        ""  #define PHP_BIRDSTEP_LIBS        ""
 #define PEAR_INSTALLDIR         ""  #define PEAR_INSTALLDIR         ""
#define PHP_INCLUDE_PATH        ".:/usr/local/share/pear"#define PHP_INCLUDE_PATH        ".:/home/misho/work/elwix/build/1.7/arch/i386/pkg/share/pear"
#define PHP_EXTENSION_DIR       "/usr/local/lib/php/20100525"#define PHP_EXTENSION_DIR       "/home/misho/work/elwix/build/1.7/arch/i386/pkg/lib/php/20100525"
#define PHP_PREFIX              "/usr/local"#define PHP_PREFIX              "/home/misho/work/elwix/build/1.7/arch/i386/pkg"
#define PHP_BINDIR              "/usr/local/bin"#define PHP_BINDIR              "/home/misho/work/elwix/build/1.7/arch/i386/pkg/bin"
#define PHP_SBINDIR             "/usr/local/sbin"#define PHP_SBINDIR             "/home/misho/work/elwix/build/1.7/arch/i386/pkg/sbin"
#define PHP_MANDIR              "/usr/local/man"#define PHP_MANDIR              "/home/misho/work/elwix/build/1.7/arch/i386/pkg/share/man"
#define PHP_LIBDIR              "/usr/local/lib/php"#define PHP_LIBDIR              "/home/misho/work/elwix/build/1.7/arch/i386/pkg/lib/php"
 #define PHP_DATADIR             "${prefix}/share"  #define PHP_DATADIR             "${prefix}/share"
#define PHP_SYSCONFDIR          "/usr/local/etc"#define PHP_SYSCONFDIR          "/home/misho/work/elwix/build/1.7/arch/i386/pkg/etc"
 #define PHP_LOCALSTATEDIR       "/var"  #define PHP_LOCALSTATEDIR       "/var"
#define PHP_CONFIG_FILE_PATH    "/usr/local/etc"#define PHP_CONFIG_FILE_PATH    "/home/misho/work/elwix/build/1.7/arch/i386/pkg/etc"
#define PHP_CONFIG_FILE_SCAN_DIR    "/usr/local/etc/php"#define PHP_CONFIG_FILE_SCAN_DIR    "/etc/php"
 #define PHP_SHLIB_SUFFIX        "so"  #define PHP_SHLIB_SUFFIX        "so"

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


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