From: Aaron M. Ucko Date: Fri, 5 Aug 2016 23:40:28 +0000 (-0400) Subject: Reinstate and refresh the hurd_fixes patch (#833539). X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~203 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5c0bfa2ac48367c201ea9e40308333f42d057a0;p=ncbi-blast%2B.git Reinstate and refresh the hurd_fixes patch (#833539). It mostly still applies. --- diff --git a/debian/changelog b/debian/changelog index 5378c456..8ff370ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ ncbi-blast+ (2.4.0-3) UNRELEASED; urgency=medium * 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 Fri, 05 Aug 2016 19:37:34 -0400 + -- Aaron M. Ucko Fri, 05 Aug 2016 19:40:28 -0400 ncbi-blast+ (2.4.0-2) unstable; urgency=medium diff --git a/debian/patches/hurd_fixes b/debian/patches/hurd_fixes index 97b76d66..6d2c913a 100644 --- a/debian/patches/hurd_fixes +++ b/debian/patches/hurd_fixes @@ -9,7 +9,7 @@ Author: Aaron M. Ucko 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" ;; @@ -20,7 +20,7 @@ Last-Update: 2011-06-10 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" ;; @@ -40,16 +40,3 @@ Last-Update: 2011-06-10 # 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 diff --git a/debian/patches/series b/debian/patches/series index ad2f2710..7b3674e6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,5 @@ enable_clean_after_failed_compile -#hurd_fixes +hurd_fixes legacy_rename_rpsblast fix_lib_deps no_multiarch_rpath