]> git.pld-linux.org Git - packages/netcdf-cxx4.git/blame - netcdf-cxx4-link.patch
- updated URL, release 2 (netcdf 4.7.4)
[packages/netcdf-cxx4.git] / netcdf-cxx4-link.patch
CommitLineData
4d0bb355
JB
1--- netcdf-cxx4-4.3.1/cxx4/Makefile.am.orig 2019-09-11 21:16:15.000000000 +0200
2+++ netcdf-cxx4-4.3.1/cxx4/Makefile.am 2019-12-28 09:27:36.041713209 +0100
3@@ -4,11 +4,13 @@
4 # This file builds the new C++-4 interface.
5
6 # Point pre-preprocessor to netcdf-4 directory (libsrc4).
7-LDADD = $(top_builddir)/cxx4/libnetcdf_c++4.la -lnetcdf
8+LDADD = $(top_builddir)/cxx4/libnetcdf_c++4.la
9
10 # This is our output library.
11 lib_LTLIBRARIES = libnetcdf_c++4.la
12
13+libnetcdf_c__4_la_LIBADD = -lnetcdf
14+
15 # For rules updating the version info, see
16 # http://www.gnu.org/s/libtool/manual/html_node/Updating-version-info.html
17 libnetcdf_c__4_la_LDFLAGS = -version-info 2:0:1 -no-undefined
This page took 0.126658 seconds and 4 git commands to generate.