From 8cd443954c0ca8ff8eeb56904891fa7edf2a9653 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Wed, 15 Aug 2012 02:02:54 +0200 Subject: [PATCH] README: Use $HOST also in the "Build libudev" configure command --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 07ea38d..0ac8641 100644 --- a/README.txt +++ b/README.txt @@ -309,7 +309,7 @@ Build Libusb. From the libusb source directory, run: Build libudev. From the libudev source directory, run: ./configure --disable-gudev --disable-introspection --disable-hwdb \ - --host=arm-linux --prefix=$STAGING + --host=$HOST --prefix=$STAGING make make install