[Lunar-commits] <moonbase> gpac: need the extra cflags setting for x86_64.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 15 17:30:40 CEST 2009


commit e3af4afadeb377d27633e254e8bd688f88cf3d24
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Jun 15 11:30:40 2009 -0400

    gpac: need the extra cflags setting for x86_64.
---
 video/gpac/BUILD.x86_64 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/video/gpac/BUILD.x86_64 b/video/gpac/BUILD.x86_64
new file mode 100644
index 0000000..e90ac2e
--- /dev/null
+++ b/video/gpac/BUILD.x86_64
@@ -0,0 +1,11 @@
+(
+
+  chmod +x configure  &&
+
+  OPTS="$OPTS --mozdir=/opt/lunar/plugins --cpu=$CPU --extra-cflags=-fPIC"
+
+  default_build       &&
+
+  make install-lib
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list