diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 15:17:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 15:17:52 +0000 |
commit | 6342c83201d5fd2acef0f3193f53b19f74b14c73 (patch) | |
tree | 8653e11ddecfde69a6545825d0cc5058e0906e9c /package/libusb/libusb.mk | |
parent | 859b9137fd6cfb62380691271aec4b06f086f900 (diff) | |
download | buildroot-novena-6342c83201d5fd2acef0f3193f53b19f74b14c73.tar.gz buildroot-novena-6342c83201d5fd2acef0f3193f53b19f74b14c73.zip |
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
Diffstat (limited to 'package/libusb/libusb.mk')
-rw-r--r-- | package/libusb/libusb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk index 049e3c91c..8078b9605 100644 --- a/package/libusb/libusb.mk +++ b/package/libusb/libusb.mk @@ -7,7 +7,7 @@ LIBUSB_VER:=0.1.12 LIBUSB_SOURCE:=libusb-$(LIBUSB_VER).tar.gz LIBUSB_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libusb/ LIBUSB_DIR:=$(BUILD_DIR)/libusb-$(LIBUSB_VER) -LIBUSB_CAT:=zcat +LIBUSB_CAT:=$(ZCAT) LIBUSB_BINARY:=libusb.la LIBUSB_TARGET_BINARY:=usr/lib/libusb.so |