From 39c05644b328c87767e216d21cd2d8ead6f8df48 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Dec 2008 04:30:28 +0100 Subject: [PATCH] gcc: mpfr is a runtime dependency. --HG-- extra : convert_revision : 05d61207f70da060effc72d680a4d374217315ca --- templates/gcc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gcc.tmpl b/templates/gcc.tmpl index dd7d92b0ece..15ddd13aebc 100644 --- a/templates/gcc.tmpl +++ b/templates/gcc.tmpl @@ -19,7 +19,7 @@ long_desc=" base_chroot=yes build_depends="mpfr-2.3.2 binutils-2.18" -run_depends="glibc-2.8" +run_depends="glibc-2.8 mpfr-2.3.2" # As specified in the LFS book, disable installing libiberty. pre_configure()