[libmatio] 04/08: d/p/ldflags.patch: new patch, fixes a build system bug.

Sébastien Villemot sebastien at debian.org
Fri Feb 19 20:15:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository libmatio.

commit aa8e0d9c3e7d0ab449e123d241a4328a2f5d54ac
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 19 21:01:16 2016 +0100

    d/p/ldflags.patch: new patch, fixes a build system bug.
---
 debian/patches/ldflags.patch | 17 +++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/ldflags.patch b/debian/patches/ldflags.patch
new file mode 100644
index 0000000..074bff6
--- /dev/null
+++ b/debian/patches/ldflags.patch
@@ -0,0 +1,17 @@
+Description: Add missing libtool flags
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: https://sourceforge.net/p/matio/patches/10/
+Last-Update: 2016-02-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -46,7 +46,7 @@ lib_LTLIBRARIES        = libmatio.la
+ libmatio_la_SOURCES    = snprintf.c endian.c io.c $(ZLIB_SRC) read_data.c \
+                          mat5.c mat4.c mat.c matvar_cell.c matvar_struct.c
+ libmatio_la_LIBADD     = $(HDF5_LIBS) $(ZLIB_LIBS)
+-libmatio_la_LDFLAGS    = -no-undefined -export-symbols matio.sym
++libmatio_la_LDFLAGS    = -no-undefined -export-symbols matio.sym $(AM_LDFLAGS)
+ 
+ if MAT73
+     libmatio_la_SOURCES+= mat73.c
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b044d77
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ldflags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmatio.git



More information about the debian-science-commits mailing list