[Lunar-commits] <moonbase-other> xvidcap: Adding a CFLAGS to BUILD to get around a missing DSO problem

Dennis Veatch dennisveatch at bellsouth.net
Thu Sep 25 00:20:40 CEST 2014


commit a9cdf298c9eb5e2205a33b68b31034bae63a9cc9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 24 Sep 2014 18:20:10 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/a9cdf298c9eb5e2205a33b68b31034bae63a9cc9

xvidcap: Adding a CFLAGS to BUILD to get around a missing DSO problem
---
  video/xvidcap/BUILD | +1/-3     
  1 file changed, 1 insertion(+), 3 deletions(-)

--- a/video/xvidcap/BUILD
+++ b/video/xvidcap/BUILD
@@ -1,5 +1,5 @@
-(
 
+  CFLAGS+=" -lX11 -lXext" &&
   sedit "s:shmstr.h:shmproto.h:" src/capture.c &&
   # the following two sedit rules are needed to compile with
   # current glib-2             -- wdp
@@ -7,5 +7,3 @@
   sedit "s:#include <glib/gerror.h>::" src/xvidcap-client-bindings.h &&
 
   default_build
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list