wok-next rev 5879
pam_ldap: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 21 09:10:49 2010 +0200 (2010-07-21) |
parents | 2e8e275dfc90 |
children | d3bc17858374 |
files | pam_ldap/receipt |
line diff
1.1 --- a/pam_ldap/receipt Wed Jul 21 01:32:36 2010 +0200 1.2 +++ b/pam_ldap/receipt Wed Jul 21 09:10:49 2010 +0200 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 &&