[Pkg-voip-commits] [portaudio19] 76/114: Add binutils-gold-fix.patch to fix build failure.
Benjamin Drung
bdrung at moszumanska.debian.org
Sun Dec 25 20:05:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
bdrung pushed a commit to branch master
in repository portaudio19.
commit 19fbebfd9f9dc1adf649a07e1ba72c00e706968b
Author: Benjamin Drung <bdrung at debian.org>
Date: Sun Feb 20 23:27:56 2011 +0000
Add binutils-gold-fix.patch to fix build failure.
---
debian/patches/binutils-gold-fix.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/binutils-gold-fix.patch b/debian/patches/binutils-gold-fix.patch
new file mode 100644
index 0000000..04c49c6
--- /dev/null
+++ b/debian/patches/binutils-gold-fix.patch
@@ -0,0 +1,14 @@
+Description: Fix build failure with binutils gold.
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- portaudio19-19+svn20101113.orig/bindings/cpp/bin/Makefile.am
++++ portaudio19-19+svn20101113/bindings/cpp/bin/Makefile.am
+@@ -3,7 +3,7 @@ LIBDIR = $(top_builddir)/lib
+
+ noinst_PROGRAMS = devs sine
+
+-LDADD = $(LIBDIR)/libportaudiocpp.la
++LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
+
+ devs_SOURCES = $(BINDIR)/devs.cxx
+ sine_SOURCES = $(BINDIR)/sine.cxx
diff --git a/debian/patches/series b/debian/patches/series
index ebc90e2..dbe7beb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
audacity-portmixer.patch
+binutils-gold-fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git
More information about the Pkg-voip-commits
mailing list