From fa187e1767e70e38adf365ecc2aa2b6775879132 Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Mon, 30 Jun 2014 08:35:25 +0000 Subject: [PATCH] fix include issue with recent compiler --- debian/changelog | 6 ++++++ debian/patches/include_typeinfo | 10 ++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) create mode 100644 debian/patches/include_typeinfo diff --git a/debian/changelog b/debian/changelog index 52a6832e..b69e04a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ncbi-blast+ (2.2.29-2) unstable; urgency=medium + + * d/patches/include_typeinfo (Closes: #753190). + + -- Olivier Sallou Sat, 07 Jun 2014 11:28:22 +0200 + ncbi-blast+ (2.2.29-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/include_typeinfo b/debian/patches/include_typeinfo new file mode 100644 index 00000000..a7164272 --- /dev/null +++ b/debian/patches/include_typeinfo @@ -0,0 +1,10 @@ +--- a/c++/src/corelib/ncbi_os_unix.cpp ++++ b/c++/src/corelib/ncbi_os_unix.cpp +@@ -29,6 +29,7 @@ + * + */ + ++#include + #include + #include + #include diff --git a/debian/patches/series b/debian/patches/series index b74b155f..0bc4d482 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ no_multiarch_rpath use_pie_for_apps skip_services_unit_test fix_configure +include_typeinfo -- 2.30.2