[med-svn] [aghermann] 07/85: Add patch to fix FTBFS by explicitly adding libsamplerate to the linker command line

andrei zavada hmmr-guest at alioth.debian.org
Thu Sep 26 23:46:22 UTC 2013


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

hmmr-guest pushed a commit to branch master
in repository aghermann.

commit 0eda20130e76322942bdcadfbd540f23159b5018
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Tue Sep 3 01:28:54 2013 +0300

    Add patch to fix FTBFS by explicitly adding libsamplerate to the linker command line
    
    as spotted at
    https://patches.ubuntu.com/a/aghermann/aghermann_0.9.1.1-1ubuntu1.patch
---
 upstream/src/libsigproc/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/upstream/src/libsigproc/Makefile.am b/upstream/src/libsigproc/Makefile.am
index 0b2da12..2023ed8 100644
--- a/upstream/src/libsigproc/Makefile.am
+++ b/upstream/src/libsigproc/Makefile.am
@@ -11,6 +11,9 @@ libsigproc_la_SOURCES := \
 	sigproc.cc sigproc.hh sigproc.ii \
 	winfun.cc winfun.hh
 
+libsigproc_la_LIBADD := \
+	$(SAMPLERATE_LIBS)
+
 libsigproc_la_LDFLAGS := \
 	-avoid-version \
 	-rpath $(libdir)/$(PACKAGE) \

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list