From b3fed52894b428cb1df19914da592df9ffc9a2b6 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 20 Sep 2010 03:31:13 +0200 Subject: howl: fix small issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit