mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
cups: Update to 1.7.0.
This commit is contained in:
5
lfs/cups
5
lfs/cups
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.6.4
|
||||
VER = 1.7.0
|
||||
|
||||
THISAPP = cups-$(VER)
|
||||
DL_FILE = $(THISAPP)-source.tar.bz2
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 52c3df269709a4d25472cfe72ab5e856
|
||||
$(DL_FILE)_MD5 = 5ab496a2ce27017fcdb3d7ec4818a75a
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -83,6 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--sysconfdir=/var/ipfire \
|
||||
--localstatedir=/var \
|
||||
--enable-libusb \
|
||||
--disable-dbus \
|
||||
--disable-avahi
|
||||
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
|
||||
Reference in New Issue
Block a user