Here are two patches for avahi. The avahi website is extremly slow
today, so I didn't file them.
- avahi-fix-howl.pc.patch: fix a small issue introduced in
c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93
- avahi-init-lsb.patch: update the suse initscripts, with a patch
we've had for a while
Cheers,
Vincent
--
Les gens heureux ne sont pas pressés.
%.pc: %.pc.in
$(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@libdir\@,$(libdir),g' \
+ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
pkgconfig_DATA = avahi-core.pc