mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
sqlite: update to 3.7.3.
This commit is contained in:
@@ -7,3 +7,6 @@ usr/lib/libsqlite3.so
|
||||
usr/lib/libsqlite3.so.0
|
||||
usr/lib/libsqlite3.so.0.8.6
|
||||
#usr/lib/pkgconfig/sqlite3.pc
|
||||
#usr/lib/tcl8.4/sqlite3
|
||||
usr/lib/tcl8.4/sqlite3/libtclsqlite3.so
|
||||
usr/lib/tcl8.4/sqlite3/pkgIndex.tcl
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.6.10
|
||||
VER = 3.7.3
|
||||
|
||||
THISAPP = sqlite-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = sqlite
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = a03bdc86df4025b6881d58557e4b5bd3
|
||||
$(DL_FILE)_MD5 = 5437978aae90350cf984993091e0d695
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
2
make.sh
2
make.sh
@@ -416,6 +416,7 @@ buildipfire() {
|
||||
ipfiremake pam
|
||||
ipfiremake openssl
|
||||
ipfiremake curl
|
||||
ipfiremake tcl
|
||||
ipfiremake sqlite
|
||||
ipfiremake python
|
||||
ipfiremake fireinfo
|
||||
@@ -680,7 +681,6 @@ buildipfire() {
|
||||
ipfiremake pound
|
||||
ipfiremake minicom
|
||||
ipfiremake ddrescue
|
||||
ipfiremake tcl
|
||||
ipfiremake imspector
|
||||
ipfiremake miniupnpd
|
||||
ipfiremake client175
|
||||
|
||||
Reference in New Issue
Block a user