[Lunar-commits] r22370 - moonbase/trunk/archive/zlib

Auke Kok sofar at lunar-linux.org
Thu Nov 30 20:17:05 CET 2006


Author: sofar
Date: 2006-11-30 20:17:05 +0100 (Thu, 30 Nov 2006)
New Revision: 22370

Added:
   moonbase/trunk/archive/zlib/BUILD.x86_64
Log:
x86-64 fixes, -fPIC mostly but also soem exotic crash ordering messup bleh


Added: moonbase/trunk/archive/zlib/BUILD.x86_64
===================================================================
--- moonbase/trunk/archive/zlib/BUILD.x86_64	                        (rev 0)
+++ moonbase/trunk/archive/zlib/BUILD.x86_64	2006-11-30 19:17:05 UTC (rev 22370)
@@ -0,0 +1,17 @@
+(
+
+  unset CFLAGS &&
+
+  prepare_install &&
+
+  ./configure --prefix=/usr &&
+  sedit 's/^CFLAGS *=/CFLAGS=-fPIC /' Makefile &&
+  make &&
+  make install &&
+
+  ./configure --prefix=/usr --shared &&
+  sedit 's/^CFLAGS *=/CFLAGS=-fPIC /' Makefile &&
+  make &&
+  make install
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list