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, master has been updated via 51e8c5aa5ddd4a31591212d23b21dd80ad059f31 (commit) from 07f50f1102a5b32b399280901019f014fd52ada7 (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 51e8c5aa5ddd4a31591212d23b21dd80ad059f31 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 31 08:55:50 2010 +0100
Disabled libusb for cups.
-----------------------------------------------------------------------
Summary of changes: lfs/cups | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/cups b/lfs/cups index 10d71b7..938037b 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
hooks/post-receive -- IPFire 2.x development tree