]> git.pld-linux.org Git - packages/hdf5.git/blob - hdf5-link.patch
- missing LIBADD
[packages/hdf5.git] / hdf5-link.patch
1 --- hdf5-1.8.1/hl/src/Makefile.am.orig  2008-05-29 18:39:01.000000000 +0200
2 +++ hdf5-1.8.1/hl/src/Makefile.am       2008-06-05 00:28:00.446476110 +0200
3 @@ -27,6 +27,7 @@
4  lib_LTLIBRARIES=libhdf5_hl.la
5  
6  libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c
7 +libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la
8  
9  # Public header files (to be installed)
10  include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h
11 --- hdf5-1.8.1/hl/c++/src/Makefile.am.orig      2008-05-29 18:39:01.000000000 +0200
12 +++ hdf5-1.8.1/hl/c++/src/Makefile.am   2008-06-05 00:29:14.914717299 +0200
13 @@ -35,6 +35,7 @@
14  # Source files for the library
15  # At the moment, only the H5PT Packet Table has a C++ API.
16  libhdf5_hl_cpp_la_SOURCES=H5PacketTable.cpp
17 +libhdf5_hl_cpp_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la
18  
19  # Public headers
20  include_HEADERS=H5PacketTable.h
This page took 0.081531 seconds and 3 git commands to generate.