From d6310f6292683c43dca87721f4f288ab674c4979 Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Fri, 21 Nov 2014 17:36:05 +0000 Subject: [PATCH] update patch to match new release --- debian/patches/hurd_fixes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/patches/hurd_fixes b/debian/patches/hurd_fixes index 6e8e8f6b..97b76d66 100644 --- a/debian/patches/hurd_fixes +++ b/debian/patches/hurd_fixes @@ -9,26 +9,26 @@ Author: Aaron M. Ucko Last-Update: 2011-06-10 --- a/c++/src/build-system/configure +++ b/c++/src/build-system/configure -@@ -5860,7 +5860,7 @@ +@@ -7420,7 +7420,7 @@ solaris* ) CONF_f_runpath="-R" ;; -- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) -+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) +- linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) ++ linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC) CONF_f_runpath="-Wl,-rpath," ;; - linux*:ICC ) + irix*:* | linux*:KCC | *:Compaq ) --- a/c++/src/build-system/configure.ac +++ b/c++/src/build-system/configure.ac @@ -1558,7 +1558,7 @@ solaris* ) CONF_f_runpath="-R" ;; -- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) -+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) +- linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) ++ linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) CONF_f_runpath="-Wl,-rpath," ;; - linux*:ICC ) + irix*:* | linux*:KCC | *:Compaq ) --- a/c++/src/connect/ncbi_socket_cxx.cpp +++ b/c++/src/connect/ncbi_socket_cxx.cpp @@ -35,7 +35,7 @@ -- 2.30.2