[Lunar-commits] r22780 - moonbase/trunk/video/xvidcore

Dennis Veatch stumbles at lunar-linux.org
Thu Dec 28 19:56:00 CET 2006


Author: stumbles
Date: 2006-12-28 19:56:00 +0100 (Thu, 28 Dec 2006)
New Revision: 22780

Modified:
   moonbase/trunk/video/xvidcore/BUILD
Log:

on x86_64 mpeg4ip will barf on xvidcore stuff
because xvidcore was not compiled with -fPIC.



Modified: moonbase/trunk/video/xvidcore/BUILD
===================================================================
--- moonbase/trunk/video/xvidcore/BUILD	2006-12-28 18:09:13 UTC (rev 22779)
+++ moonbase/trunk/video/xvidcore/BUILD	2006-12-28 18:56:00 UTC (rev 22780)
@@ -1,5 +1,7 @@
 (
 
+  export CFLAGS="$CFLAGS -fPIC"
+
   cd build/generic
 
   ./configure  --prefix=/usr              \



More information about the Lunar-commits mailing list