mbox

cups-filters: Fix for lfs-file (dropped avahi package)

Message ID 20170413070821.25982-1-matthias.fischer@ipfire.org
State Superseded
Commit 2a77d2a2cee7a04d8bb1af541afd58ab7cf82810
Headers

Message

Matthias Fischer April 13, 2017, 5:08 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/cups-filters | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Michael Tremer April 13, 2017, 9:02 p.m. UTC | #1
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)