diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
commit | 6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 (patch) | |
tree | 4ceda86e35164f60eb7bf90bacb7d19e2adcd04a /package/coreutils | |
parent | b9cc4a53a52b8318e10615e8ceef60efab85fae0 (diff) |
- add and use BR2_BZCAT config option.
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/coreutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 80cd46b6e..7d3408922 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -7,7 +7,7 @@ COREUTILS_VER:=5.96 COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2 #COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/ COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils -COREUTILS_CAT:=bzcat +COREUTILS_CAT:=$(BZCAT) COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER) COREUTILS_BINARY:=src/vdir COREUTILS_TARGET_BINARY:=bin/vdir |