[Lunar-commits] r22488 - moonbase/trunk/video/a52dec
Dennis Veatch
stumbles at lunar-linux.org
Wed Dec 6 19:20:50 CET 2006
Author: stumbles
Date: 2006-12-06 19:20:50 +0100 (Wed, 06 Dec 2006)
New Revision: 22488
Added:
moonbase/trunk/video/a52dec/BUILD
Log:
Even though this module builds fine on x86_64 without the exported
-fPIC. Transcode throws this error;
/usr/bin/ld: /usr/lib/liba52.a(parse.o): relocation R_X86_64_32S
against `a local symbol' can not /usr/lib/liba52.a: could not
read symbols: Bad value
Added: moonbase/trunk/video/a52dec/BUILD
===================================================================
--- moonbase/trunk/video/a52dec/BUILD (rev 0)
+++ moonbase/trunk/video/a52dec/BUILD 2006-12-06 18:20:50 UTC (rev 22488)
@@ -0,0 +1,7 @@
+(
+
+ export CFLAGS="$CFLAGS -fPIC"
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list