Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-16 | Ports: Remove some config.sub patches and download a fresh one if needed | Ali Mohammad Pur | |
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file. | |||
2022-01-08 | Ports: Patch sqlite's configure script to let it build as a shared lib | Andrew Kaster | |
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> | |||
2021-06-09 | Ports: Build an `.so` file for SQLite | Jelle Raaijmakers | |
2021-06-09 | Ports: Update SQLite to version 3.35.5 | Jelle Raaijmakers | |
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-03-29 | Ports/SQLite: Remove HAVE_UTIME compilation flag | Jelle Raaijmakers | |
2021-03-27 | Ports: Add SQLite | Jelle Raaijmakers | |