From: Heiko Z. <smi...@us...> - 2004-08-21 15:22:16
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32126/scripts Modified Files: Tag: rel-1-2-patches php Log Message: - added missing openssl and iconv extensions to php - updated openssh to v3.9p1 - updated cdrtools to v2.01a37 - updated clamav to v0.75.1 - updated samba to v3.0.6 - updated hdparm to v5.6 - updated busybox to v1.0rc3 - updated Mail-SpamAssassin to v2.64 - updated apcupsd to v3.10.15 - updated automake to v1.9 - updated distcc to v2.17 - updated dnsmasq to v2.13 - updated e100 to v3.0.27 - updated e1000 to v5.3.19 - updated ipsec-tools to v0.4b1 - updated lftp to v3.0.7 - updated libpng to v1.2.6rc5 - updated libtool to v1.5.8 - updated procps to v3.2.3 - updated python-ldap to v2.0.2 - updated rrdtool to v1.0.49 - updated sagator to v0.5.2 - updated sysstat to v5.0.6 Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -d -r1.9 -r1.9.2.1 --- php 15 Apr 2004 12:28:21 -0000 1.9 +++ php 21 Aug 2004 15:22:04 -0000 1.9.2.1 @@ -33,7 +33,7 @@ --with-jpeg-dir=/usr --enable-dba --with-gdbm --with-db4 --with-inifile --with-flatfile --with-dom --with-dom-xslt \ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-pgsql --with-snmp \ - --with-imap=$IMAPDIR --with-imap-ssl \ + --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv \ --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # # not working --enable-xslt --with-kerberos |