The unified diff between revisions [c9f346c2..] and [bd016fa4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'debian/gnade_odbc_example_build.gpr'

#
#
# patch "debian/gnade_odbc_example_build.gpr"
#  from [eb0614378bcd752edea56995429cf0ed470840df]
#    to [86a8279b2e3c762144868876c1f38799c9c8127a]
#
============================================================
--- debian/gnade_odbc_example_build.gpr	eb0614378bcd752edea56995429cf0ed470840df
+++ debian/gnade_odbc_example_build.gpr	86a8279b2e3c762144868876c1f38799c9c8127a
@@ -1,4 +1,3 @@
-with "gnade_common_ref";
 with "gnade_odbc_ref";
 project GNADE_ODBC_Example_Build is

@@ -22,4 +21,8 @@ project GNADE_ODBC_Example_Build is

    end Compiler;

+   --  Note that we don't need any linker options here; 'with
+   --  gnadeodbc_ref' pulls in libgnadeodbc.so, and a 'pragma
+   --  Linker_Options' in gnu.db.sqlcli pulls in libodbc.
+
 end GNADE_ODBC_Example_Build;