[Lunar-commits] r17118 - moonbase/trunk/devel/dbus

Auke Kok sofar at lunar-linux.org
Sun Oct 30 20:02:53 UTC 2005


Author: sofar
Date: 2005-10-30 20:02:46 +0000 (Sun, 30 Oct 2005)
New Revision: 17118

Modified:
   moonbase/trunk/devel/dbus/BUILD
Log:
Temporary hackto make dbus compile again - it would not see -lexpat. Must be a dbus problem.


Modified: moonbase/trunk/devel/dbus/BUILD
===================================================================
--- moonbase/trunk/devel/dbus/BUILD	2005-10-30 18:22:16 UTC (rev 17117)
+++ moonbase/trunk/devel/dbus/BUILD	2005-10-30 20:02:46 UTC (rev 17118)
@@ -9,6 +9,8 @@
   else
     OPTS="$OPTS --disable-mono"
   fi
+
+  export LDFLAGS="$LDFLAGS -lexpat"
  
   OPTS="$OPTS --enable-glib --enable-x --enable-checks --enable-verbose-mode \
         --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid     \



More information about the Lunar-commits mailing list