[SCM] timemachine/master: Fix missing linking libraries to prevent FTBFS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Oct 6 13:16:52 UTC 2013


The following commit has been merged in the master branch:
commit c5f09afe1d397c9f3aa9a26d932502807894b370
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Oct 6 14:11:56 2013 +0100

    Fix missing linking libraries to prevent FTBFS.
    
    Closes: #713592

diff --git a/debian/patches/0001-ldflags.patch b/debian/patches/0001-ldflags.patch
new file mode 100644
index 0000000..e26243b
--- /dev/null
+++ b/debian/patches/0001-ldflags.patch
@@ -0,0 +1,27 @@
+Description: Append missing -lm to ld libraries.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/Makefile.am |    2 +-
+ src/Makefile.in |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- timemachine.orig/src/Makefile.am
++++ timemachine/src/Makefile.am
+@@ -17,4 +17,4 @@ timemachine_SOURCES = \
+ 	meters.c meters.h \
+ 	threads.c threads.h 
+ 
+-timemachine_LDADD = @PACKAGE_LIBS@
++timemachine_LDADD = @PACKAGE_LIBS@ -lm
+--- timemachine.orig/src/Makefile.in
++++ timemachine/src/Makefile.in
+@@ -175,7 +175,7 @@ timemachine_SOURCES = \
+ 	meters.c meters.h \
+ 	threads.c threads.h 
+ 
+-timemachine_LDADD = @PACKAGE_LIBS@
++timemachine_LDADD = @PACKAGE_LIBS@ -lm
+ all: all-am
+ 
+ .SUFFIXES:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..48ec05b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-ldflags.patch

-- 
timemachine packaging



More information about the pkg-multimedia-commits mailing list