[Lunar-commits] r20709 - moonbase/trunk/audio/libifp

Jannis Pohlmann jannis at lunar-linux.org
Thu Jul 13 10:21:13 UTC 2006


Author: jannis
Date: 2006-07-13 10:21:12 +0000 (Thu, 13 Jul 2006)
New Revision: 20709

Modified:
   moonbase/trunk/audio/libifp/BUILD
Log:
Avoid direct call of ./configure ( was missing anyway) - just a cosmetic fix.

Modified: moonbase/trunk/audio/libifp/BUILD
===================================================================
--- moonbase/trunk/audio/libifp/BUILD	2006-07-13 10:11:22 UTC (rev 20708)
+++ moonbase/trunk/audio/libifp/BUILD	2006-07-13 10:21:12 UTC (rev 20709)
@@ -1,14 +1,12 @@
 (
 
-# 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.
+  # 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"
 
-  ./configure    --prefix=/usr      \
-                 --enable-examples  \
-                 --with-libusb=/usr \
-                 --with-kmodule=/usr/src/linux &&
+  default_build
 
-  default_make
-
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list