Package: libgnatcoll-db / 18-4
Metadata
Package | Version | Patches format |
---|---|---|
libgnatcoll-db | 18-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
spelling.diff | (download) |
sqlite/gnatcoll-sql-sqlite-builder.adb |
2 1 + 1 - 0 ! |
spelling |
compilation_options.diff | (download) |
gnatcoll_db2ada/gnatcoll_all2ada.gpr |
6 5 + 1 - 0 ! |
handle adaflags cflags cppflags ldflags |
library_versions.diff | (download) |
postgres/gnatcoll_postgres.gpr |
2 1 + 1 - 0 ! |
allow the user to select each soversion separately |
no link static.diff | (download) |
sqlite/gnatcoll_sqlite.gpr |
7 6 + 1 - 0 ! |
only set -l library_options for relocatable builds. gprbuild has stopped ignoring Library_Options during static builds. |
no c if external sqlite.diff | (download) |
sqlite/gnatcoll_sqlite.gpr |
4 2 + 2 - 0 ! |
only add c language if sqlite is embedded The warning about unused language becomes an error with unusual libgprbuild options (dh_ada_library for example). |
no library interface.diff | (download) |
sqlite/gnatcoll_sqlite.gpr |
1 0 + 1 - 0 ! |
unset library_interface in sqlite project. It is intended to prevent installation of some sources and ALI files by gprinstall, but also (probably unwantedly) hides the symbols from the builder and gnade components to posterior links. . See debian/tests/link-sqlite for a reproducer. |
link pthread.diff | (download) |
sql/gnatcoll_sql.gpr |
13 13 + 0 - 0 ! |
link with pthread on some architectures Bug-Debian: https://bugs.debian.org/760211 |