[Lunar-commits] <moonbase> libifp: Adjusting the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 31 16:23:28 CET 2010
commit 89e45a6747b8886d0a9e231cf7308a34e596e15f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 31 11:23:28 2010 -0400
libifp: Adjusting the BUILD.
---
audio/libifp/BUILD | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/audio/libifp/BUILD b/audio/libifp/BUILD
index 5eb0f10..1e48044 100644
--- a/audio/libifp/BUILD
+++ b/audio/libifp/BUILD
@@ -4,12 +4,7 @@
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
cd $SOURCE_DIRECTORY &&
- # Yeah, I know it looks redundant to specify the libusb path BUT
- # it's configure script cannot find it otherwise.
- # In fact ifp.h does ot get built unless ALL these are specified.
- OPTS="--enable-examples \
- --with-libusb=/usr \
- --with-kmodule=/usr/src/linux" &&
+ OPTS="--with-libusb=/usr --disable-examples" &&
default_build
More information about the Lunar-commits
mailing list