[Lunar-commits] <moonbase> libv4l: Adjusting the BUILD so the /usr/lib/pkgconfig/libv4l1.pc,

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 17 15:25:45 CEST 2009


commit a91d8be11028ec8b1b1af007298ea603fb6a2b21
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 17 09:25:45 2009 -0400

    libv4l: Adjusting the BUILD so the /usr/lib/pkgconfig/libv4l1.pc,
    
    /usr/lib/pkgconfig/libv4l2.pc, and /usr/lib/pkgconfig/libv4lconvert.pc
    prefix and libdir point to /usr/ and /usr/lib instead of /usr/local and
    /usr/local/lib. This does not address why the gst-plugins-good make barfs
    on; Making all in v4l2.
---
 libs/libv4l/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/libv4l/BUILD b/libs/libv4l/BUILD
index 36c8b6c..8ce34f4 100644
--- a/libs/libv4l/BUILD
+++ b/libs/libv4l/BUILD
@@ -1,6 +1,6 @@
 (
 
-  make &&
+  make PREFIX=/usr &&
   prepare_install &&
   make install PREFIX=/usr
 


More information about the Lunar-commits mailing list