New commits:
commit 931e2afa92fb7c5e58171c495d0f123f8fdc2c2b
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT raziel.shlrm.org>
procps
Removing -ffast-math from the make file
makes ps work again!
diff --git a/utils/procps/BUILD b/utils/procps/BUILD
index f7af542..986b4dc 100755
--- a/utils/procps/BUILD
+++ b/utils/procps/BUILD
@@ -1,4 +1,5 @@
sedit "s/-O2/${CFLAGS}/" Makefile &&
sedit "s/^lib64 .*/lib64 := lib/" Makefile &&
+sedit "s/-ffast-math//" Makefile &&
make_single &&
make -e XSCPT='' DESTDIR=${INSTALL_ROOT}
diff --git a/utils/procps/HISTORY b/utils/procps/HISTORY
index d4cb08c..a0820be 100644
--- a/utils/procps/HISTORY
+++ b/utils/procps/HISTORY
@@ -1,3 +1,8 @@
+2006-12-19 David Kowis <dkowis AT shlrm.org>
+ * BUILD: removed -ffast-math from the Makefile
+ Thanks to ruskie, sqweek for their assistance in tracking this down
+ fixes bug 13338
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
[SM-Commit] GIT changes to master grimoire by David Kowis (931e2afa92fb7c5e58171c495d0f123f8fdc2c2b),
David Kowis, 12/19/2006