From: Vincent Untz Date: Mon, 20 Sep 2010 01:31:13 +0000 (+0200) Subject: howl: fix small issue X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=b3fed52894b428cb1df19914da592df9ffc9a2b6 howl: fix small issue 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. --- diff --git a/Makefile.am b/Makefile.am index 1c67793..8234d69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,6 +155,7 @@ pkgconfigdir = $(libdir)/pkgconfig %.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