From 6e5bb3f519d84ce41c2ea64d7de164591e3dd143 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:21:14 +0100 Subject: [PATCH] bzip2: add autoreconf support Signed-off-by: Stephan Raue --- packages/compress/bzip2/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/compress/bzip2/meta b/packages/compress/bzip2/meta index 495bbd7ed6..0e6858c314 100644 --- a/packages/compress/bzip2/meta +++ b/packages/compress/bzip2/meta @@ -12,3 +12,5 @@ PKG_SECTION="compress" PKG_SHORTDESC="bzip2 data compressor" PKG_LONGDESC="bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"