[arch-commits] Commit in php/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Fri Sep 9 21:20:13 UTC 2011
Date: Friday, September 9, 2011 @ 17:20:12
Author: pierre
Revision: 137575
replace libtool dep by new libltdl
Modified:
php/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-09 21:09:57 UTC (rev 137574)
+++ PKGBUILD 2011-09-09 21:20:12 UTC (rev 137575)
@@ -31,7 +31,7 @@
url='http://www.php.net'
makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
- 'libmcrypt' 'tidyhtml' 'aspell' 'libtool' 'libpng' 'libjpeg' 'icu'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2"
"http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz"
@@ -318,7 +318,7 @@
}
package_php-mcrypt() {
- depends=('php' 'libmcrypt' 'libtool')
+ depends=('php' 'libmcrypt' 'libltdl')
pkgdesc='mcrypt module for PHP'
install -D -m755 ${srcdir}/build-php/modules/mcrypt.so ${pkgdir}/usr/lib/php/modules/mcrypt.so
}
More information about the arch-commits
mailing list