Lennart Poettering wrote:
On Fri, 04.08.06 11:44, Padraig O'Briain ([EMAIL PROTECTED]) wrote:

I am off for two weeks so if you have any queries abouit the patch it will some time before I respond.

The patch is now merged, r1245. I modified it slightly, though. I
updated the configure snippet to correcly show that GDBM is the default
and DBM is just an alternative.

BTW: If this patch is activated all third party programs making use of
the service type database need to be patched seperately (Except when
they are written using python-avahi). I don't see this as a problem
however, since I don't know of any third party software doing that.

Lennart


I discovered an error in my original patch. I need to apply the following patch also.
--- /usr/tmp/clean/avahi-0.6.13/service-type-database/Makefile.am	2006-08-20 01:53:45.000000000 +0100
+++ avahi-0.6.13/service-type-database/Makefile.am	2006-08-31 15:26:43.796437000 +0100
@@ -41,13 +41,15 @@
 if HAVE_DBM
 
 noinst_SCRIPTS=build-db
-pkgdata_DATA+=service-types.db.*
+pkgdata_DATA+=service-types.db.pag service-types.db.dir
 
 build-db: build-db.in
 	sed -e 's,@PYTHON\@,$(PYTHON),g' \
 	    -e 's,@DBM\@,dbm,g' $< > $@
 	chmod +x $@
 
+service-types.db.pag: service-types.db
+service-types.db.dir: service-types.db
 service-types.db: service-types build-db
 	$(PYTHON) build-db $(srcdir)/$< $@
 
_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi

Reply via email to