]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Disabled libusb for cups.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 31 Jan 2010 07:55:50 +0000 (08:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 31 Jan 2010 07:55:50 +0000 (08:55 +0100)
lfs/cups

index 10d71b7351e4682b625654010605c403bd5cc961..938037b6544a715799c10805438873d66a2b94f7 100644 (file)
--- 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
 DIR_APP    = $(DIR_SRC)/cups-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       = "ghostscript"
 
 
 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)
 $(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
        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