[SCM] jackeq/master: Refresh 01-binutils_gold.patch, thanks to Fabrice Coutadeur for the patch (Closes: #604890).
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Nov 25 17:29:18 UTC 2010
The following commit has been merged in the master branch:
commit d78a9be299a37ddc92528365649a08df57a02deb
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Nov 25 18:28:00 2010 +0100
Refresh 01-binutils_gold.patch, thanks to Fabrice Coutadeur for the patch (Closes: #604890).
diff --git a/debian/patches/01-binutils_gold.patch b/debian/patches/01-binutils_gold.patch
index a8317b4..008fb60 100644
--- a/debian/patches/01-binutils_gold.patch
+++ b/debian/patches/01-binutils_gold.patch
@@ -4,21 +4,26 @@ Author: Alessio Treglia <alessio at debian.org>
Bug-Debian: http://bugs.debian.org/554927
Forwarded: no
---
- src/Makefile.am | 2 +-
- src/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ src/Makefile.am | 3 +--
+ src/Makefile.in | 4 ++--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
--- jackeq.orig/src/Makefile.am
+++ jackeq/src/Makefile.am
-@@ -6,7 +6,7 @@ INCLUDES = \
+@@ -6,7 +6,6 @@ INCLUDES = \
@PACKAGE_CFLAGS@
jackeq_CFLAGS = -g -ffast-math
-jackeq_LDFLAGS = -lm
-+jackeq_LDFLAGS = -lm -ldl
bin_PROGRAMS = jackeq
+@@ -29,4 +28,4 @@ jackeq_SOURCES = \
+ support.c support.h \
+ help.c help.h
+
+-jackeq_LDADD = @PACKAGE_LIBS@
++jackeq_LDADD = @PACKAGE_LIBS@ -lm -ldl
--- jackeq.orig/src/Makefile.in
+++ jackeq/src/Makefile.in
@@ -186,7 +186,7 @@ INCLUDES = \
@@ -26,7 +31,16 @@ Forwarded: no
jackeq_CFLAGS = -g -ffast-math
-jackeq_LDFLAGS = -lm
-+jackeq_LDFLAGS = -lm -ldl
++jackeq_LDFLAGS =
jackeq_SOURCES = \
callbacks.c callbacks.h callbacks_help.h \
db.h \
+@@ -206,7 +206,7 @@ jackeq_SOURCES = \
+ support.c support.h \
+ help.c help.h
+
+-jackeq_LDADD = @PACKAGE_LIBS@
++jackeq_LDADD = @PACKAGE_LIBS@ -lm -ldl
+ all: all-am
+
+ .SUFFIXES:
--
jackeq packaging
More information about the pkg-multimedia-commits
mailing list