diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-11 05:38:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 05:38:02 +0000 |
commit | 65707f35ea8f9a7c716621638d033a335ed7c455 (patch) | |
tree | c0391c37118318bfedeaa9d22603517e15b54902 /packages/bind | |
parent | e3e59183c6a863c22550db2bba5f5c4aeb169fef (diff) |
Fix build break - bind apparently requires openssl for the configure
step to succeed, this breaks the osuclibc build (at least) because openssl
is not built (before bind).
Diffstat (limited to 'packages/bind')
-rw-r--r-- | packages/bind/bind_9.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bind/bind_9.3.1.bb b/packages/bind/bind_9.3.1.bb index b4142242ee..1853d392b1 100644 --- a/packages/bind/bind_9.3.1.bb +++ b/packages/bind/bind_9.3.1.bb @@ -1,4 +1,4 @@ -DEPENDS = "" +DEPENDS = "openssl" RPEDENDS = "" DESCRIPTION = "ISC Internet Domain Name Server" MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" |