[Lunar-commits] <moonbase> telepathy-idle: fix the build
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Jul 15 22:16:50 CEST 2010
commit ca5d274399abb19fef8bc9428f9bf424d72639af
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Mon Oct 5 14:11:28 2009 -0700
telepathy-idle: fix the build
---
chat/telepathy-idle/BUILD | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/chat/telepathy-idle/BUILD b/chat/telepathy-idle/BUILD
new file mode 100644
index 0000000..5e0d16c
--- /dev/null
+++ b/chat/telepathy-idle/BUILD
@@ -0,0 +1,11 @@
+(
+
+ #Temporary fix to work around telepathy-idle using bad macros,
+ #and glibc breaking because of it.
+
+ sedit 's:__USE_GNU:_GNU_SOURCE:g' src/idle-connection.c
+ sedit 's:__USE_GNU:_GNU_SOURCE:g' src/idle-parser.c
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list