[Lunar-commits] <moonbase> vlc: The configure dies on this;

stumbles stumbles at lunar-linux.org
Wed Jul 8 14:48:54 CEST 2009


commit d08f3864c83c9e011e0cd0ae5bea43c89c5b8c7e
Author: stumbles <stumbles at lunar-linux.org>
Date:   Wed Jul 8 08:48:54 2009 -0400

    vlc: The configure dies on this;
    
    checking for buggy GNU/libc versions... found
    configure: error: Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable
    work-around for this. Check with your distribution vendor on how to update the
    glibc run-time. Alternatively, build with --disable-nls --disable-mozilla and
    be sure to not use LibVLC from other applications/wrappers.
    
    So adding those two to the BUILD.
---
 video/vlc/BUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index c50d9ec..c974cc4 100644
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -4,7 +4,8 @@
    . /etc/profile.d/qt4.rc
   fi  &&
 
-  OPTS="$OPTS --enable-release --enable-x11 --enable-xvideo --enable-v4l"
+  OPTS="$OPTS --enable-release --enable-x11 --enable-xvideo --enable-v4l \
+       --disable-nls --disable-mozilla"
 
   default_build  &&
 


More information about the Lunar-commits mailing list