mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Programmupdate:
* CUPS --> 1.2.2 Geandert: * Installer-Message git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@251 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
6
lfs/cups
6
lfs/cups
@@ -26,7 +26,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.1.23
|
||||
VER = 1.2.2
|
||||
|
||||
THISAPP = cups-$(VER)-source
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 4ce09b1dce09b6b9398af0daae9adf63
|
||||
$(DL_FILE)_MD5 = 091de9109c9252cb37427859e90190ad
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -77,7 +77,7 @@ $(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) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
|
||||
# cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
|
||||
# cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/patches/cups-1.1.23-testsuite_fix-1.patch
|
||||
cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire
|
||||
cd $(DIR_APP) && make
|
||||
|
||||
Reference in New Issue
Block a user