Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
9980b8f5
Commit
9980b8f5
authored
6 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
contrib: Update & reactivate sqlite
parent
0c4fc553
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/sqlite/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/sqlite/SHA512SUMS
contrib/src/sqlite/rules.mak
+7
-6
7 additions, 6 deletions
contrib/src/sqlite/rules.mak
with
8 additions
and
7 deletions
contrib/src/sqlite/SHA512SUMS
+
1
−
1
View file @
9980b8f5
fd6761a6c8f76d137cc8c98b8ae77f8f4206dbf187d66e324f7dc6a79eb752d441446139216eadb534cf5601345c2ea1da3312305e24c762b6e16318cf4adb5e sqlite-3.6.2
0.tar.gz
eaec866de26003ec36559aab15dd18dc0e6029453002a4eec5e176bb35a712b8b06c235436e6c1a226b67c7eb90d7a26c2b3b3d9a5e6e92a5af485236b77c878 sqlite-autoconf-324000
0.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/sqlite/rules.mak
+
7
−
6
View file @
9980b8f5
# sqlite
SQLITE_VERSION
:=
3
.6.2
0
SQLITE_URL
:=
http://www.sqlite.org/sqlite-a
malgamati
on-
$(
SQLITE_VERSION
)
.tar.gz
SQLITE_VERSION
:=
3
24000
0
SQLITE_URL
:=
http
s
://www.sqlite.org/
2018/
sqlite-a
utoc
on
f
-
$(
SQLITE_VERSION
)
.tar.gz
#
PKGS += sqlite
PKGS
+=
sqlite
ifeq
($(call need_pkg,"sqlite3"),)
PKGS_FOUND
+=
sqlite
endif
$(TARBALLS)/sqlite-$(SQLITE_VERSION).tar.gz
:
$(TARBALLS)/sqlite-
autoconf-
$(SQLITE_VERSION).tar.gz
:
$(
call download_pkg,
$(
SQLITE_URL
)
,sqlite
)
.sum-sqlite
:
sqlite-$(SQLITE_VERSION).tar.gz
.sum-sqlite
:
sqlite-
autoconf-
$(SQLITE_VERSION).tar.gz
sqlite
:
sqlite-$(SQLITE_VERSION).tar.gz .sum-sqlite
sqlite
:
sqlite-
autoconf-
$(SQLITE_VERSION).tar.gz .sum-sqlite
$(
UNPACK
)
$(
call pkg_static,
"sqlite3.pc.in"
)
$(
MOVE
)
.sqlite
:
sqlite
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment