Author: alexander
Date: 2007-04-23 21:55:24 -0600 (Mon, 23 Apr 2007)
New Revision: 1856
Modified:
trunk/packages/gaim/Makefile
Log:
Disabled D-BUS support in GAIM due to Python dependency (but it might be
better to add Python).
Modified: trunk/packages/gaim/Makefile
===================================================================
--- trunk/packages/gaim/Makefile 2007-04-24 03:41:09 UTC (rev 1855)
+++ trunk/packages/gaim/Makefile 2007-04-24 03:55:24 UTC (rev 1856)
@@ -21,7 +21,8 @@
$(std_build)
compile-stage2:
- ./configure --prefix=/usr
+ # D-BUS support is disabled because it wants Python
+ ./configure --prefix=/usr --disable-dbus
make
make install
svn export --force $(ROOT)/root/.gaim /root/.gaim
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page