[netcdf] 02/02: correct patch
Nico Schlömer
nschloe-guest at moszumanska.debian.org
Thu Jan 8 14:57:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
nschloe-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.
commit c514d9ca0ca885b444bae2e67608c75cb31b020f
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date: Thu Oct 16 00:27:20 2014 +0200
correct patch
---
debian/patches/link-private.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/link-private.patch b/debian/patches/link-private.patch
index 64b4877..2ab6a21 100644
--- a/debian/patches/link-private.patch
+++ b/debian/patches/link-private.patch
@@ -1,10 +1,10 @@
diff --git a/liblib/CMakeLists.txt b/liblib/CMakeLists.txt
-index 0270f26..8ccdee6 100644
+index 6d3b4af..e713a18 100644
--- a/liblib/CMakeLists.txt
+++ b/liblib/CMakeLists.txt
@@ -77,7 +77,7 @@ ENDIF()
IF(ENABLE_PNETCDF AND PNETCDF)
- LIST(APPEND TLL_LIBS ${PNETCDF})
+ SET(TLL_LIBS ${TLL_LIBS} ${PNETCDF})
ENDIF()
-TARGET_LINK_LIBRARIES(netcdf ${TLL_LIBS})
+TARGET_LINK_LIBRARIES(netcdf PRIVATE ${TLL_LIBS})
--
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