Codebase list ahven / 4262eec
New upstream release (only build system updates) Nicolas Boulenguez authored 3 years ago Reto Buerki committed 3 years ago
4 changed file(s) with 3 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
33 Source: http://ahven.stronglytyped.org/index.html#download
44
55 Files: *
6 Copyright: 2007-2018 Tero Koskinen <tero.koskinen@iki.fi>
6 Copyright: 2007-2020 Tero Koskinen <tero.koskinen@iki.fi>
77 2009 Reto Buerki <reet@codelabs.ch>
88 License: other-BSD
99
+0
-16
debian/patches/ldflags.diff less more
0 Description: link the shared library with LDFLAGS
1 Comfignat transmits them to gprbuild via -largs, which affects
2 executables but not libraries.
3 Forwarded: private mail on 2020/09/26
4 Author: Nicolas Boulenguez <nicolas@debian.org>
5
6 --- a/gnat_linux/build_ahven.gpr
7 +++ b/gnat_linux/build_ahven.gpr
8 @@ -26,6 +26,7 @@
9 case Comfignat.Library_Type is
10 when "dynamic" | "relocatable" =>
11 for Library_Version use "libahven.so." & Version;
12 + for Library_Options use External_As_List ("LDFLAGS", " ");
13 when "static" =>
14 null;
15 end case;
1010
1111 --- a/gnat_linux/build_ahven.gpr
1212 +++ b/gnat_linux/build_ahven.gpr
13 @@ -26,21 +26,6 @@
14 case Comfignat.Library_Type is
13 @@ -27,21 +27,6 @@
1514 when "dynamic" | "relocatable" =>
1615 for Library_Version use "libahven.so." & Version;
16 for Library_Options use External_As_List ("LDFLAGS", " ");
1717 - for Library_Interface use ("Ahven",
1818 - "Ahven.Framework",
1919 - "Ahven.Listeners",
00 no-library-interface.diff
1 ldflags.diff