mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sqlite: Change to https for downloading the source package.
Closes #4015
This commit is contained in:
parent
b14fd48f31
commit
6537f4bda4
@ -14,12 +14,13 @@ Summary: SQLite is an in-process library that implements a
|
|||||||
transactional SQL database engine.
|
transactional SQL database engine.
|
||||||
Version: %{sqlite_version}
|
Version: %{sqlite_version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
URL: http://www.sqlite.org/
|
URL: https://www.sqlite.org/
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sqlite Source
|
# Sqlite Source
|
||||||
#
|
#
|
||||||
%source set sqlite http://www.sqlite.org/%{sqlite_src_year}/sqlite-autoconf-%{sqlite_src_version}.tar.gz
|
%source set sqlite \
|
||||||
|
https://www.sqlite.org/%{sqlite_src_year}/sqlite-autoconf-%{sqlite_src_version}.tar.gz
|
||||||
|
|
||||||
#
|
#
|
||||||
# Prepare the source code.
|
# Prepare the source code.
|
||||||
@ -88,4 +89,3 @@ URL: http://www.sqlite.org/
|
|||||||
# RTEMS.
|
# RTEMS.
|
||||||
%{__make} DESTDIR=$SB_BUILD_ROOT install-data install-libLTLIBRARIES
|
%{__make} DESTDIR=$SB_BUILD_ROOT install-data install-libLTLIBRARIES
|
||||||
cd ${build_top}
|
cd ${build_top}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user