[netcdf] 04/08: Fix patches

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Feb 18 10:58:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch dev-coinstallable
in repository netcdf.

commit da19351a755a2f22c15176d991905a0a88817d7b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jan 16 14:52:21 2016 +0000

    Fix patches
---
 debian/patches/version-script.patch | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/patches/version-script.patch b/debian/patches/version-script.patch
index bd57853..1bc0c0a 100644
--- a/debian/patches/version-script.patch
+++ b/debian/patches/version-script.patch
@@ -7,15 +7,12 @@ Index: netcdf-4.4.0~rc5/liblib/CMakeLists.txt
 ===================================================================
 --- netcdf-4.4.0~rc5.orig/liblib/CMakeLists.txt
 +++ netcdf-4.4.0~rc5/liblib/CMakeLists.txt
-@@ -90,7 +90,13 @@ ENDIF()
+@@ -90,7 +90,10 @@ ENDIF()
  
  IF(NOT MSVC)
    IF(BUILD_SHARED_LIBS)
 -    SET_TARGET_PROPERTIES(netcdf PROPERTIES LINK_FLAGS -shared)
 +    IF (NOT LIBLIB_VERSION_SCRIPT)
-+       SET(LIBLIB_VERSION_SCRIPT "")
-+    ENDIF()
-+    IF (NOT LIBLIB_VERSION_SCRIPT)
 +      SET(LIBLIB_VERSION_SCRIPT "")
 +    ENDIF()
 +    SET_TARGET_PROPERTIES(netcdf PROPERTIES LINK_FLAGS "-shared ${LIBLIB_VERSION_SCRIPT}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list