From a66b2e5fccf726c5e820b73f0ad43d6515ebe377 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Feb 2009 02:15:05 +0100 Subject: [PATCH] libarchive: depend on lzma-utils. --HG-- extra : convert_revision : 65f294396555931778f7440bcc42c7365a06d7da --- templates/libarchive/template | 2 +- templates/lzma-utils/template | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/libarchive/template b/templates/libarchive/template index 89dbeb6a46e..18308ce9d89 100644 --- a/templates/libarchive/template +++ b/templates/libarchive/template @@ -15,5 +15,5 @@ long_desc=" shar archives and read ISO9660 CDROM images and ZIP archives." base_chroot=yes -build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3" +build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3 lzma-utils-4.32.7" run_depends="glibc-2.8 $build_depends" diff --git a/templates/lzma-utils/template b/templates/lzma-utils/template index 73079e38b6b..2d26779fb31 100644 --- a/templates/lzma-utils/template +++ b/templates/lzma-utils/template @@ -12,4 +12,5 @@ long_desc=" They aim to have an interface very similar to the well known gzip and bzip2 utilities." -build_depends="libtool-2.2.6a" +base_chroot=yes +run_depends="glibc-2.8"