wok-stable diff nss-ldapd/receipt @ rev 11340
seamonkey: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 26 11:04:18 2011 +0100 (2011-11-26) |
parents | 2e651db4761a |
children |
line diff
1.1 --- a/nss-ldapd/receipt Wed May 25 16:12:30 2011 +0200 1.2 +++ b/nss-ldapd/receipt Sat Nov 26 11:04:18 2011 +0100 1.3 @@ -8,8 +8,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/" 1.6 WGET_URL="${WEB_SITE}$TARBALL" 1.7 -DEPENDS="cyrus-sasl krb5 libkrb5 libldap openssl libcomerr3" 1.8 -BUILD_DEPENDS="openldap-dev" 1.9 + 1.10 +DEPENDS="cyrus-sasl krb5 libkrb5 libldap libssl libcomerr3" 1.11 +BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()