[Pkg-octave-commit] [octave-sparsersb] 07/08: Add patch for avoid rpath

Rafael Laboissiere rafael at debian.org
Tue Mar 14 09:14:39 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-sparsersb.

commit e307aeca826a4b66e76122b21a4a5c4449c0eb31
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Mar 13 19:35:54 2017 -0300

    Add patch for avoid rpath
    
    Gbp-Dch: Ignore
---
 debian/patches/avoid-rpath.patch | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/avoid-rpath.patch b/debian/patches/avoid-rpath.patch
new file mode 100644
index 0000000..b0d069c
--- /dev/null
+++ b/debian/patches/avoid-rpath.patch
@@ -0,0 +1,18 @@
+Description: Avoid the inclusion of rpath inclusion in ldflags
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: not-needed
+Last-Update: 2017-03-13
+
+--- octave-sparsersb-1.0.2.orig/src/configure.ac
++++ octave-sparsersb-1.0.2/src/configure.ac
+@@ -124,8 +124,8 @@ if [test x"$SPARSERSB_LDFLAGS" != "x" ];
+ else
+ 	if [test x"$librsb_conf" != x"no"]; then
+ 	if [test x"$librsb_conf_static" = x"no"]; then
+-		AC_MSG_NOTICE([Setting SPARSERSB_LDFLAGS from --ldflags --extra_libs])
+-		SPARSERSB_LDFLAGS="`$librsb_conf              --ldflags --extra_libs`"
++		AC_MSG_NOTICE([Setting SPARSERSB_LDFLAGS from --L_opts --libs])
++		SPARSERSB_LDFLAGS="`$librsb_conf              --L_opts --libs`"
+ 	else
+ 		AC_MSG_NOTICE([Setting SPARSERSB_LDFLAGS from --static --libs --extra_libs])
+ 		SPARSERSB_LDFLAGS="`$librsb_conf              --static --libs --extra_libs`"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4941f3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+avoid-rpath.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-sparsersb.git



More information about the Pkg-octave-commit mailing list