This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 4d8d78169fd108b526aa85a204dee080f277228a (commit)
from 076ad71576609f66f9a99cf4c14c75dbcd1a8220 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4d8d78169fd108b526aa85a204dee080f277228a
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Thu Apr 13 09:08:21 2017 +0200
cups-filters: Fix for lfs-file (dropped avahi package)
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/cups-filters | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/lfs/cups-filters b/lfs/cups-filters
index 84d7e8e..d46bc7c 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)
hooks/post-receive
--
IPFire 2.x development tree