[Lunar-commits] <moonbase> gpac: Just another -fPIC twiddle here.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Aug 13 13:32:46 CEST 2009


commit c7a17b8d859826a4bae4688689d16e69ad4825cb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 13 07:32:46 2009 -0400

    gpac: Just another -fPIC twiddle here.
---
 video/gpac/BUILD.x86_64 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/video/gpac/BUILD.x86_64 b/video/gpac/BUILD.x86_64
index e90ac2e..5b9493c 100644
--- a/video/gpac/BUILD.x86_64
+++ b/video/gpac/BUILD.x86_64
@@ -2,6 +2,8 @@
 
   chmod +x configure  &&
 
+  CFLAGS="-fPIC"
+
   OPTS="$OPTS --mozdir=/opt/lunar/plugins --cpu=$CPU --extra-cflags=-fPIC"
 
   default_build       &&


More information about the Lunar-commits mailing list