]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- missing LIBADD
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Jun 2008 16:09:52 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdf5-link.patch -> 1.1

hdf5-link.patch [new file with mode: 0644]

diff --git a/hdf5-link.patch b/hdf5-link.patch
new file mode 100644 (file)
index 0000000..85a62c9
--- /dev/null
@@ -0,0 +1,20 @@
+--- hdf5-1.8.1/hl/src/Makefile.am.orig 2008-05-29 18:39:01.000000000 +0200
++++ hdf5-1.8.1/hl/src/Makefile.am      2008-06-05 00:28:00.446476110 +0200
+@@ -27,6 +27,7 @@
+ lib_LTLIBRARIES=libhdf5_hl.la
+ libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c
++libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la
+ # Public header files (to be installed)
+ include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h
+--- hdf5-1.8.1/hl/c++/src/Makefile.am.orig     2008-05-29 18:39:01.000000000 +0200
++++ hdf5-1.8.1/hl/c++/src/Makefile.am  2008-06-05 00:29:14.914717299 +0200
+@@ -35,6 +35,7 @@
+ # Source files for the library
+ # At the moment, only the H5PT Packet Table has a C++ API.
+ libhdf5_hl_cpp_la_SOURCES=H5PacketTable.cpp
++libhdf5_hl_cpp_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la
+ # Public headers
+ include_HEADERS=H5PacketTable.h
This page took 0.147133 seconds and 4 git commands to generate.