[Lunar-commits] r18890 - moonbase/trunk/libs/erlang

Dennis Veatch stumbles at lunar-linux.org
Sun Feb 26 14:06:24 UTC 2006


Author: stumbles
Date: 2006-02-26 14:06:22 +0000 (Sun, 26 Feb 2006)
New Revision: 18890

Modified:
   moonbase/trunk/libs/erlang/BUILD
Log:

This was failing on me with some hipe errors. After trying serveral 
combinations of GCC_WRAPPERS=off, PSAFE=no and Lunar optimizations it
still failed. Though I would compile fine from cli.

Ratler noted this has been observed on other distros but they offerred
no resolution. 

After sofar reminded me of "bad_flags ALL", I always forget about that one
for some reason. The lin completed successfully.

So I'm adding that to the BUILD. On the next version bump we should try it
without the bad_flags.



Modified: moonbase/trunk/libs/erlang/BUILD
===================================================================
--- moonbase/trunk/libs/erlang/BUILD	2006-02-26 13:35:27 UTC (rev 18889)
+++ moonbase/trunk/libs/erlang/BUILD	2006-02-26 14:06:22 UTC (rev 18890)
@@ -1,7 +1,13 @@
 (
 
+  bad_flags ALL
+  
   OPTS="$OPTS --enable-threads"
-  default_build
 
+  ./configure   --prefix=/usr  &&
+
+  default_make
+
+
 ) > $C_FIFO 2>&1
   



More information about the Lunar-commits mailing list