[Lunar-commits] r20411 - moonbase/trunk/utils/procps

Auke Kok sofar at lunar-linux.org
Thu Jun 15 04:14:04 UTC 2006


Author: sofar
Date: 2006-06-15 04:14:03 +0000 (Thu, 15 Jun 2006)
New Revision: 20411

Modified:
   moonbase/trunk/utils/procps/BUILD
Log:
Procps shouldn't pass -ffast-math and all of these other dangerous compiler options. it also breaks on glibc-2.3.6 and gcc-4.1.1.


Modified: moonbase/trunk/utils/procps/BUILD
===================================================================
--- moonbase/trunk/utils/procps/BUILD	2006-06-14 15:21:03 UTC (rev 20410)
+++ moonbase/trunk/utils/procps/BUILD	2006-06-15 04:14:03 UTC (rev 20411)
@@ -2,7 +2,7 @@
 
   sedit "s/top.desktop//" Makefile                &&
   sedit "s/\/usr\/bin/\/bin/g" Makefile           &&
-  make CFLAGS="$CFLAGS"                           &&
+  make CFLAGS="$CFLAGS" PKG_CFLAGS="-W"           &&
 
   prepare_install                                 &&
   make  -e XSCPT='' DESTDIR=/ install             &&



More information about the Lunar-commits mailing list