mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
0a04f4ae86
By telling the libtool-related configure checks that the serenity platform does in fact support shared libs, we can get a VERSYM-free shared lib out of sqlite. This probably applies to other ports as well. Suggested-by: Daniel Bertalan <dani@danielbertalan.dev>
8 lines
316 B
Bash
Executable File
8 lines
316 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=sqlite
|
|
useconfigure="true"
|
|
version="3350500"
|
|
files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0"
|
|
auth_type=sha256
|
|
workdir="sqlite-autoconf-${version}"
|