Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- 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)
Thanks :)
On Thu, 2017-04-13 at 09:08 +0200, Matthias Fischer wrote:
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
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)