[SCM] dssi/master: Drop 0001-binutils_gold.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Nov 9 12:04:42 UTC 2011


The following commit has been merged in the master branch:
commit 11adb2674fff525a2dec8fc13efb5c6b0fa6633b
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Nov 9 13:03:59 2011 +0100

    Drop 0001-binutils_gold.patch, applied upstream.

diff --git a/debian/patches/0001-binutils_gold.patch b/debian/patches/0001-binutils_gold.patch
deleted file mode 100644
index fe34bfb..0000000
--- a/debian/patches/0001-binutils_gold.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Extend linking flags list to prevent FTBFS with gold linker.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: Sean Bolton <musound at jps.net>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618088
----
- examples/Makefile.am       |    2 +-
- jack-dssi-host/Makefile.am |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- dssi.orig/jack-dssi-host/Makefile.am
-+++ dssi/jack-dssi-host/Makefile.am
-@@ -22,6 +22,6 @@ jack_dssi_host_CFLAGS = -I$(top_srcdir)/
- if DARWIN
- jack_dssi_host_LDADD = $(AM_LDFLAGS) -lmx $(ALSA_LIBS) $(LIBLO_LIBS) $(JACK_LIBS)
- else
--jack_dssi_host_LDADD = $(AM_LDFLAGS) $(ALSA_LIBS) $(LIBLO_LIBS) $(JACK_LIBS)
-+jack_dssi_host_LDADD = $(AM_LDFLAGS) $(ALSA_LIBS) $(LIBLO_LIBS) $(JACK_LIBS) -lm -ldl
- endif
- 
---- dssi.orig/examples/Makefile.am
-+++ dssi/examples/Makefile.am
-@@ -65,7 +65,7 @@ trivial_synth_la_LIBADD = -lm
- less_trivial_synth_la_LIBADD = -lm
- endif
- 
--trivial_sampler_la_LIBADD = -lpthread $(SNDFILE_LIBS) $(SRC_LIBS)
-+trivial_sampler_la_LIBADD = -lpthread -lm $(SNDFILE_LIBS) $(SRC_LIBS)
- 
- if HAVE_LIBLO
- if HAVE_QT
diff --git a/debian/patches/series b/debian/patches/series
index 8775f8b..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0001-binutils_gold.patch

-- 
dssi packaging



More information about the pkg-multimedia-commits mailing list