mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Build an .so
file for SQLite
This commit is contained in:
parent
832127121b
commit
8b1d4d1b8e
Notes:
sideshowbarker
2024-07-18 12:32:43 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/8b1d4d1b8ea Pull-request: https://github.com/SerenityOS/serenity/pull/7948 Reviewed-by: https://github.com/linusg
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@ 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}"
|
||||
|
||||
post_install() {
|
||||
${CC} -shared -o ${SERENITY_INSTALL_ROOT}/usr/local/lib/libsqlite3.so -Wl,-soname,libsqlite3.so -Wl,--whole-archive ${SERENITY_INSTALL_ROOT}/usr/local/lib/libsqlite3.a -Wl,--no-whole-archive
|
||||
rm ${SERENITY_INSTALL_ROOT}/usr/local/lib/libsqlite3.la
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue