From: <jbo...@li...> - 2006-05-09 06:26:20
|
Author: jfr...@jb... Date: 2006-05-09 02:26:18 -0400 (Tue, 09 May 2006) New Revision: 4147 Modified: labs/jbossweb/trunk/src/share/native/build/buildphp.sh Log: mcrypt and mhash are old libraries (not in the RH distros). Simply remove them for the build. Modified: labs/jbossweb/trunk/src/share/native/build/buildphp.sh =================================================================== --- labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-05-09 06:23:31 UTC (rev 4146) +++ labs/jbossweb/trunk/src/share/native/build/buildphp.sh 2006-05-09 06:26:18 UTC (rev 4147) @@ -29,8 +29,6 @@ --with-freetype-dir=/usr/sfw \ --with-t1lib=no \ --with-imap=no \ - --with-mcrypt=no \ - --with-mhash=no \ --with-mysql=no \ --with-mysqli=no \ --with-pdo-mysql=no \ @@ -98,6 +96,8 @@ --with-sybase=no \ --with-sybase-ct=no \ --with-recode=no \ + --with-mcrypt=no \ + --with-mhash=no \ \ --with-msql=no \ \ |