From 2a77d2a2cee7a04d8bb1af541afd58ab7cf82810 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Thu, 13 Apr 2017 09:08:21 +0200 Subject: [PATCH] cups-filters: Fix for lfs-file (dropped avahi package) Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/cups-filters | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index 84d7e8ecf9..d46bc7c4bc 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.39.5