* NOT YET RELEASED.
* debian/rules: Properly build (but don't install) run_with_lock.
(Closes: #833538.)
+ * Reinstate and refresh the hurd_fixes patch, which mostly still applies.
+ (Closes: #833539.)
- -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:37:34 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:40:28 -0400
ncbi-blast+ (2.4.0-2) unstable; urgency=medium
Last-Update: 2011-06-10
--- a/c++/src/build-system/configure
+++ b/c++/src/build-system/configure
-@@ -7420,7 +7420,7 @@
+@@ -9000,7 +9000,7 @@ if test -z "$CONF_f_runpath" ; then
solaris* )
CONF_f_runpath="-R"
;;
irix*:* | linux*:KCC | *:Compaq )
--- a/c++/src/build-system/configure.ac
+++ b/c++/src/build-system/configure.ac
-@@ -1558,7 +1558,7 @@
+@@ -1894,7 +1894,7 @@ if test -z "$CONF_f_runpath" ; then
solaris* )
CONF_f_runpath="-R"
;;
# define PATH_MAX 512 // will actually use less than 32 chars
#endif // NCBI_OS_MSWIN && !PATH_MAX
---- a/c++/src/connect/ext/ncbi_localnet.c
-+++ b/c++/src/connect/ext/ncbi_localnet.c
-@@ -62,6 +62,10 @@
- # endif /*_MAX_PATH*/
- #endif /*NCBI_OS_MSWIN && !PATH_MAX*/
-
-+#if !defined(PATH_MAX)
-+# define PATH_MAX 4096
-+#endif /*Patch added for Ubuntu build*/
-+
- #if PATH_MAX < 256
- # define BUFSIZE 256
- #else