From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Fix for lfs-file (dropped avahi package) Date: Thu, 13 Apr 2017 09:08:21 +0200 Message-ID: <20170413070821.25982-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4496761268973126029==" List-Id: --===============4496761268973126029== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Matthias Fischer --- lfs/cups-filters | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index 84d7e8ecf..d46bc7c4b 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -84,7 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --localstatedir=/var \ --with-pdftops=hybrid \ --disable-ijs \ - --disable-mutool + --disable-mutool \ + --disable-avahi cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.11.0 --===============4496761268973126029==--