|
From: <jbo...@li...> - 2006-06-06 21:27:34
|
Author: jfr...@jb...
Date: 2006-06-06 17:27:21 -0400 (Tue, 06 Jun 2006)
New Revision: 4648
Modified:
labs/jbossweb/trunk/src/share/native/build/buildphp.sh
Log:
Add missing libaries.
Modified: labs/jbossweb/trunk/src/share/native/build/buildphp.sh
===================================================================
--- labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-06-06 21:03:17 UTC (rev 4647)
+++ labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-06-06 21:27:21 UTC (rev 4648)
@@ -741,6 +741,10 @@
then
cp -p $TOOLS/GTTX/lib/lib*.so* $TOOLS/PHP/lib
fi
+if ${BUILDXML2}
+then
+ cp -p $TOOLS/LIBXML2/lib/libxml2.so* $TOOLS/PHP/lib
+fi
if ${BUILDPSQL}
then
cp -p $TOOLS/POSTGRESQL/lib/libpq.so* $TOOLS/PHP/lib
@@ -754,10 +758,30 @@
then
cp -p $TOOLS/LPNG/lib/libpng12.so* $TOOLS/PHP/lib
fi
-if ${BUILDXML2}
+if ${BUILDJPEG}
then
- cp -p $TOOLS/LIBXML2/lib/libxml2.so* $TOOLS/PHP/lib
+ cp -p $TOOLS/JPEG/lib/libjpeg.so* $TOOLS/PHP/lib
fi
+if ${BUILDMSQL}
+then
+ cp -p $TOOLS/MSQL/lib/lib*.so* $TOOLS/PHP/lib
+fi
+if ${BUILDLDAP}
+then
+ cp -p $TOOLS/LDAP/lib/lib*.so* $TOOLS/PHP/lib
+fi
+if ${BUILDICNV}
+then
+ cp -p $TOOLS/ICNV/lib/lib*.so* $TOOLS/PHP/lib
+fi
+if ${BUILDFTT2}
+then
+ cp -p $TOOLS/FTT2/lib/lib*.so* $TOOLS/PHP/lib
+fi
+if ${BUILDLBGD}
+then
+ cp -p $TOOLS/LBGD/lib/lib*.so* $TOOLS/PHP/lib
+fi
#
# Build the war file with the demo
|