wok diff pam_ldap/receipt @ rev 7900
fix dep/bdep: libtool
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Jan 09 14:26:46 2011 +0100 (2011-01-09) |
parents | 809af793130c |
children | f6ea35894457 |
line diff
1.1 --- a/pam_ldap/receipt Mon Jul 12 12:38:35 2010 +0200 1.2 +++ b/pam_ldap/receipt Sun Jan 09 14:26:46 2011 +0100 1.3 @@ -8,13 +8,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" 1.6 WGET_URL="http://www.padl.com/download/$TARBALL" 1.7 -BUILD_DEPENDS="pam-dev" 1.8 +BUILD_DEPENDS="pam-dev perl" 1.9 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + ./vers_string -v 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make -j 4 &&