[Lunar-commits] <moonbase> cdparanoia: adding a BUILD.x86_64, its that fPIC thingy.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 23 04:21:19 CEST 2008


commit cb85f6c372988fb36665dae52f3904bafa6fc5dd
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jun 22 22:21:19 2008 -0400

    cdparanoia: adding a BUILD.x86_64, its that fPIC thingy.
---
 cd/cdparanoia/BUILD.x86_64 |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/cd/cdparanoia/BUILD.x86_64 b/cd/cdparanoia/BUILD.x86_64
new file mode 100644
index 0000000..c3bb06e
--- /dev/null
+++ b/cd/cdparanoia/BUILD.x86_64
@@ -0,0 +1,15 @@
+(
+
+  export CFLAGS="$CFLAGS -fPIC"
+
+  mv configure.guess config.guess &&
+  mv configure.sub config.sub &&
+
+  sedit '/configure.\(guess\|sub\)/d' configure.in &&
+
+  autoconf &&
+  libtoolize &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list