mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Ports: Add SQLite
This commit is contained in:
parent
2fb3c98429
commit
9c141d0a87
Notes:
sideshowbarker
2024-07-18 21:01:13 +09:00
Author: https://github.com/gmta
Commit: 9c141d0a87
Pull-request: https://github.com/SerenityOS/serenity/pull/5972
5 changed files with 50 additions and 0 deletions
7
Ports/sqlite/package.sh
Executable file
7
Ports/sqlite/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=sqlite
|
||||
useconfigure="true"
|
||||
version="3350300"
|
||||
files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz"
|
||||
workdir="sqlite-autoconf-${version}"
|
||||
configopts="CFLAGS=-DHAVE_UTIME"
|
Loading…
Add table
Add a link
Reference in a new issue