From 6cbe5e54f33b560c12be85ae3f5c469558132515 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Feb 2009 15:01:28 +0100 Subject: [PATCH] libidn: add missing glibc rundep. --HG-- extra : convert_revision : 710afefb29de6a2f8cfa9d20e8e0c2f65831c521 --- templates/libidn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/libidn/template b/templates/libidn/template index 0f3d41f3f57..0d362669057 100644 --- a/templates/libidn/template +++ b/templates/libidn/template @@ -1,4 +1,3 @@ -# Template file for 'libidn' pkgname=libidn version=1.10 distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz" @@ -22,3 +21,4 @@ long_desc=" IDNA are supported." build_depends="perl-5.10.0 pkg-config-0.23" +run_depends="glibc-2.8"