[maemo-commits] [maemo-commits] r9739 - in projects/haf/trunk/dbus-glib/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 8 11:38:46 EET 2007
- Previous message: [maemo-commits] r9738 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9740 - projects/haf/tags/dbus-glib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-02-08 11:38:45 +0200 (Thu, 08 Feb 2007) New Revision: 9739 Added: projects/haf/trunk/dbus-glib/debian/patches/10-possible-sardine-fix.patch Modified: projects/haf/trunk/dbus-glib/debian/changelog Log: another try to fix Sardine building Modified: projects/haf/trunk/dbus-glib/debian/changelog =================================================================== --- projects/haf/trunk/dbus-glib/debian/changelog 2007-02-08 09:09:03 UTC (rev 9738) +++ projects/haf/trunk/dbus-glib/debian/changelog 2007-02-08 09:38:45 UTC (rev 9739) @@ -1,3 +1,9 @@ +dbus-glib (0.72-osso3) experimental; urgency=low + + * Trying to fix compilation problem in Sardine. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Thu, 08 Feb 2007 11:38:08 +0200 + dbus-glib (0.72-osso2) experimental; urgency=low * Trying to fix compilation problem in Sardine. Added: projects/haf/trunk/dbus-glib/debian/patches/10-possible-sardine-fix.patch =================================================================== --- projects/haf/trunk/dbus-glib/debian/patches/10-possible-sardine-fix.patch 2007-02-08 09:09:03 UTC (rev 9738) +++ projects/haf/trunk/dbus-glib/debian/patches/10-possible-sardine-fix.patch 2007-02-08 09:38:45 UTC (rev 9739) @@ -0,0 +1,13 @@ +diff -pur dbus-glib-0.72/configure.ac dbus-glib-0.72.new/configure.ac +--- dbus-glib-0.72/configure.ac 2006-10-25 23:53:55.000000000 +0300 ++++ dbus-glib-0.72.new/configure.ac 2007-02-08 11:30:58.990797032 +0200 +@@ -58,6 +58,9 @@ AC_ARG_ENABLE(gcov, AS_HELP_STRING([--en + AC_ARG_WITH(xml, AS_HELP_STRING([--with-xml=[libxml/expat]],[XML library to use])) + AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check])) + ++AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) ++AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL") ++ + dnl DBUS_BUILD_TESTS controls unit tests built in to .c files + dnl and also some stuff in the test/ subdir + AM_CONDITIONAL(DBUS_BUILD_TESTS, test x$enable_tests = xyes)
- Previous message: [maemo-commits] r9738 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9740 - projects/haf/tags/dbus-glib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]