mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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>
7 lines
316 B
Bash
Executable file
7 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}"
|