From 05ba1d3abda0dafd9effeedf0e7015a4ac7a1c86 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 16:52:17 +0200 Subject: [PATCH] zlib: added missing glibc rundep. --HG-- extra : convert_revision : bf06dd1e4a51e36b21d5d878f89feecd8d4c1028 --- templates/zlib.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/zlib.tmpl b/templates/zlib.tmpl index d6b5b4f77ba..777c6e7e64a 100644 --- a/templates/zlib.tmpl +++ b/templates/zlib.tmpl @@ -13,3 +13,5 @@ long_desc=" This is a general purpose data compression library. All the code is thread safe. The data format used by the library is described by RFCs (Request for Comments) 1950 to 1952." + +run_depends="glibc-2.8"