|
From: <jbo...@li...> - 2006-06-08 11:04:19
|
Author: jfr...@jb...
Date: 2006-06-08 03:31:44 -0400 (Thu, 08 Jun 2006)
New Revision: 4665
Modified:
labs/jbossweb/trunk/src/share/native/build/buildphp.sh
Log:
Remove lab machine specifc stuff.
Modified: labs/jbossweb/trunk/src/share/native/build/buildphp.sh
===================================================================
--- labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-06-08 01:38:10 UTC (rev 4664)
+++ labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-06-08 07:31:44 UTC (rev 4665)
@@ -275,60 +275,6 @@
fi
case `uname -n` in
- OLDdev12)
- BUILDXML2=true
- BUILDPSQL=true
- BUILDLPNG=true
- BUILDJPEG=true
- CC=cc
- export CC
- # -with-libxml-dir=/usr/local but 2.6.11 needed.
- # Solaris dynamic ld exports the symbols so build shared extensions.
- EXTTYPE=shared
- ADDCONF="\
- --with-libexpat-dir=/usr/local \
- --with-curl=no \
- --with-zlib-dir \
- --with-freetype-dir=/usr/sfw \
- --with-t1lib=no \
- --with-imap=no \
- --with-mysql=no \
- --with-mysqli=no \
- --with-pdo-mysql=no \
- --with-pspell=no \
- --with-readline=no \
- --with-tidy=no \
- --with-openssl \
- "
- # Make sure the right xml2 is used.
- # the make install of php (PEAR) uses php and need libxml2.
- LD_LIBRARY_PATH=$TOOLS/lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ADDFLAGS="-I $JAVA_HOME/include/solaris"
- ;;
- OLDdev13*)
- EXTTYPE=shared
- BUILDXML2=true
- BUILDPSQL=true
- BUILDOSSL=true
- BUILDLPNG=true
- BUILDJPEG=true
- CC=cc
- export CC
- COMPILER=solaris-x86-cc
- ADDCONF="\
- --with-iconv-dir=/usr/local \
- --with-freetype-dir=/usr/sfw \
- --with-t1lib \
- \
- --with-xpm-dir=no \
- --with-t1lib=no \
- --with-curl=no \
- --with-imap=no \
- --with-pspell=no \
- "
- ADDFLAGS="-I $JAVA_HOME/include/solaris"
- ;;
*)
ADDCONF="$ADDCONF \
--with-t1lib=no \
|