[Lunar-commits] <moonbase> fcgi: Adding a BUILD to compensate for gcc-4.5.x as noted in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 9 15:06:27 CET 2011
commit 42fb029fa13e5e57d22e837a2139695fb8c112c5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 9 09:06:27 2011 -0500
fcgi: Adding a BUILD to compensate for gcc-4.5.x as noted in the BUILD.
---
web/fcgi/BUILD | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/web/fcgi/BUILD b/web/fcgi/BUILD
new file mode 100644
index 0000000..12a822b
--- /dev/null
+++ b/web/fcgi/BUILD
@@ -0,0 +1,8 @@
+(
+
+# Borrowed from http://bugs.gentoo.org/attachment.cgi?id=179976&action=diff
+ sed -i "34i #include <cstdio>" include/fcgio.h &&
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list