[Lunar-commits] r22586 - moonbase/trunk/video/mpeg2dec

Dennis Veatch stumbles at lunar-linux.org
Wed Dec 13 19:31:46 CET 2006


Author: stumbles
Date: 2006-12-13 19:31:40 +0100 (Wed, 13 Dec 2006)
New Revision: 22586

Added:
   moonbase/trunk/video/mpeg2dec/BUILD
Log:
On x86_64 this is needed else vlc-0.8.6 barfs on;

/usr/bin/ld: /usr/lib/libmpeg2.a(decode.o): relocation 
R_X86_64_32S against `a local symbol' can not be used 
when making a shared object; recompile with -fPIC



Added: moonbase/trunk/video/mpeg2dec/BUILD
===================================================================
--- moonbase/trunk/video/mpeg2dec/BUILD	                        (rev 0)
+++ moonbase/trunk/video/mpeg2dec/BUILD	2006-12-13 18:31:40 UTC (rev 22586)
@@ -0,0 +1,7 @@
+(
+
+  export CFLAGS="$CFLAGS -fPIC"
+
+  default_build
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list