]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- hdf5 patch - shared hdf5_cpp library too
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Oct 2001 13:44:35 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdf5-config.patch -> 1.1

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

diff --git a/hdf5-config.patch b/hdf5-config.patch
new file mode 100644 (file)
index 0000000..1b16c89
--- /dev/null
@@ -0,0 +1,11 @@
+--- hdf5-1.4.2/c++/config/commence.in.orig     Thu Apr 12 21:42:26 2001
++++ hdf5-1.4.2/c++/config/commence.in  Mon Oct 15 12:30:53 2001
+@@ -44,7 +44,7 @@
+ DYNAMIC_DIRS=@DYNAMIC_DIRS@
+ LT=$(top_builddir)/libtool
+ LT_COMPILE=$(LT) --mode=compile $(CXX)
+-LT_LINK_LIB=$(LT) --mode=link $(CXX) -static -rpath $(libdir) $(DYNAMIC_DIRS)
++LT_LINK_LIB=$(LT) --mode=link $(CXX) -rpath $(libdir) $(DYNAMIC_DIRS)
+ LT_LINK_EXE=$(LT) --mode=link $(CXX) $(LT_STATIC_EXEC) -dlopen self -static -rpath $(bindir) $(DYNAMIC_DIRS)
+ LT_RUN=$(LT) --mode=execute
+ LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
This page took 0.029391 seconds and 4 git commands to generate.