summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-09-11 02:29:32 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-09-11 02:29:32 +0000
commit54f3d8e99d65db0385d13e389803b9de510e30cc (patch)
tree91cc8ade8253a3efdf6d4a489928837b08470aa4 /sci-libs/hdf5/files
parentFixed glibc bug #275020, thanks Andrew Savchenko, and add missing header (diff)
downloadhistorical-54f3d8e99d65db0385d13e389803b9de510e30cc.tar.gz
historical-54f3d8e99d65db0385d13e389803b9de510e30cc.tar.bz2
historical-54f3d8e99d65db0385d13e389803b9de510e30cc.zip
More as-needed fixes, thanks to Kacper Kowalik closing bug #284518
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/hdf5/files')
-rw-r--r--sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch b/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch
index 42962d66181a..677264b22b53 100644
--- a/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch
+++ b/sci-libs/hdf5/files/hdf5-1.8.3-as-needed.patch
@@ -29,3 +29,13 @@
# Public headers
include_HEADERS=H5PacketTable.h
+--- hdf5-1.8.3.orig/hl/src/Makefile.am 2009-05-13 17:03:11.000000000 +0200
++++ hdf5-1.8.3/hl/src/Makefile.am 2009-09-10 19:22:57.489698969 +0200
+@@ -31,6 +31,7 @@
+ libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE)
+
+ 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