# HG changeset patch # User Pascal Bellard # Date 1217929606 0 # Node ID 7a35811f457481de3b0e7435b0b774a5ccc70d2b # Parent a476c9adf53b4c65e8359813a99b905accf6ec94 openldap: fix BUILD_DEPENDS diff -r a476c9adf53b -r 7a35811f4574 openldap/receipt --- a/openldap/receipt Tue Aug 05 01:13:25 2008 +0200 +++ b/openldap/receipt Tue Aug 05 09:46:46 2008 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://www.openldap.org/" WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" DEPENDS="libdb" -BUILD_DEPENDS="db-dev" +BUILD_DEPENDS="db-dev libdb" # Rules to configure and make the package. compile_rules()