Package: apq / 3.2.0-2

Metadata

Package Version Patches format
apq 3.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix version.patch | (download)

samples/apq-samples.gpr | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sync version of sample project with library version.


abort build on error.patch | (download)

scripts/buildutil.sh | 1 1 + 0 - 0 !
scripts/clean.sh | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 exit immediately if a command exits with a non-zero status.


configure args handling.patch | (download)

configure | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 properly handle configure options with quotation marks.


library options.patch | (download)

gnat/apq.gpr.in | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 enable configurable library_options and compiler switches.
 The -fPIC flag is added automatically by gprbuild and gnatmake for
 relocatable library, and should be avoided for static objects.


fix samples gpr.patch | (download)

samples/apq-samples.gpr | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix source directory of example project


enable setting of soname.patch | (download)

gnat/apq.gpr.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable setting of library soname


allow_configure_gprbuild.patch | (download)

configure | 3 2 + 1 - 0 !
scripts/buildutil.sh | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 allow caller to override the builder and verbosity
 Some automatic log checkers like to see the gcc command line.