--- PKGBUILD.orig 2005-04-14 11:34:56.000000000 +0200 +++ PKGBUILD 2005-04-13 16:41:59.000000000 +0200 @@ -2,10 +2,10 @@ # Maintainer: judd pkgname=mysql pkgver=4.1.11 -pkgrel=2 +pkgrel=3 pkgdesc="A fast SQL database server" backup=(etc/my.cnf etc/conf.d/mysqld) -depends=('openssl' 'zlib' 'gcc') +depends=('readline' 'openssl' 'zlib' 'gcc') source=(ftp://ftp.orst.edu/pub/mysql/Downloads/MySQL-4.1/mysql-${pkgver}.tar.gz\ mysqld my.cnf mysqld.conf.d) md5sums=('0b99001b07cad53f161ec629a6bb24ea' '24608b79571c31dcfaf8396e505e1873'\ @@ -16,6 +16,7 @@ libtoolize --force ./configure --prefix=/usr --libexecdir=/usr/sbin \ --without-debug --without-docs --without-bench \ + --without-readline \ --with-innodb --with-bdb --enable-local-infile --with-openssl \ --with-charset=latin1 --with-collation=latin1_general_ci \ --with-extra-charsets=complex --enable-thread-safe-client