Description: 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.
Forwarded: not-needed
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/sqlite/gnatcoll_sqlite.gpr
+++ b/sqlite/gnatcoll_sqlite.gpr
@@ -60,7 +60,6 @@
 
    case GnatColl_Sqlite_Conf.Library_Type is
       when "relocatable" =>
-         for Library_Interface use ("gnatcoll.sql.sqlite");
          for Leading_Library_Options use GnatColl_Sqlite_Conf.Ldflags;
          for Library_Options use Sqlite_Lib & Thread_Lib;
          for Library_Version use
