]> git.pld-linux.org Git - packages/hdf.git/blame - hdf-link.patch
- fix building on x32
[packages/hdf.git] / hdf-link.patch
CommitLineData
d3698dc7
JB
1--- hdf-4.2.9/mfhdf/libsrc/Makefile.am.orig 2013-03-02 19:33:21.082121674 +0100
2+++ hdf-4.2.9/mfhdf/libsrc/Makefile.am 2013-03-02 19:34:51.572117878 +0100
0b9fbb4b
JB
3@@ -32,10 +32,11 @@
4 else
5 libmfhdf_la_SOURCES = $(CSOURCES)
6 endif
7+libmfhdf_la_LIBADD = $(top_builddir)/hdf/src/libdf.la
8
9 if HDF_BUILD_XDR
d3698dc7 10 XDRLIB = $(top_builddir)/mfhdf/xdr/libxdr.la
0b9fbb4b
JB
11-libmfhdf_la_LIBADD = $(XDRLIB)
12+libmfhdf_la_LIBADD += $(XDRLIB)
13 endif
14
15 if HDF_BUILD_NETCDF
This page took 0.046326 seconds and 4 git commands to generate.