From 51e8c5aa5ddd4a31591212d23b21dd80ad059f31 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 31 Jan 2010 08:55:50 +0100 Subject: [PATCH] Disabled libusb for cups. --- lfs/cups | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/cups b/lfs/cups index 10d71b7351..938037b654 100644 --- a/lfs/cups +++ b/lfs/cups @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 4 +PAK_VER = 5 DEPS = "ghostscript" @@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire + cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire \ + --enable-libusb=no cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb -- 2.39.2