diff --git a/templates/fakeroot.tmpl b/templates/fakeroot.tmpl index 06dc7785faa..53d701d176f 100644 --- a/templates/fakeroot.tmpl +++ b/templates/fakeroot.tmpl @@ -16,4 +16,4 @@ long_desc=" chown, chmod, mknod, stat, and so on, thereby creating a fake root environment." -build_depends="libtool-2.2.6a" +run_depends="glibc-2.8" diff --git a/templates/gmp.tmpl b/templates/gmp.tmpl index 4ca1e1c970b..6eab886c3a9 100644 --- a/templates/gmp.tmpl +++ b/templates/gmp.tmpl @@ -21,4 +21,4 @@ long_desc=" The advantage for GNU MP increases with the operand sizes for certain operations, since GNU MP in many cases has asymptotically faster algorithms." -build_depends="libtool-2.2.6a" +run_depends="glibc-2.8" diff --git a/templates/mpfr.tmpl b/templates/mpfr.tmpl index a616dc7bb9f..57c9d174ad8 100644 --- a/templates/mpfr.tmpl +++ b/templates/mpfr.tmpl @@ -14,4 +14,5 @@ long_desc=" see more on the credit page. MPFR is based on the GMP multiple-precision library." -build_depends="libtool-2.2.6a gmp-4.2.4" +build_depends="gmp-4.2.4" +run_depends="glibc-2.8 gmp-4.2.4"