~ubuntustudio-dev/ubuntustudio-packaging/jack-rack

« back to all changes in this revision

Viewing changes to debian/patches/04_libm_underlinkage.patch

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia, Alessio Treglia, Jaromír Mikeš, Sebastian Ramacher
  • Date: 2013-10-06 13:20:07 UTC
  • mfrom: (19.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131006132007-dbw2nf6v02u6uf23
Tags: 1.4.8~rc1-2
[ Alessio Treglia ]
* Add jack-rack-patches by Marcos Guglielmetti.
* Install jack-rack patches (Closes: #605782).
* Update debian/copyright.
* Use canonical form for VCS urls.
* Bump Standards.
* Refresh debian/copyright, meet copyrigh 1.0 format.

[ Jaromír Mikeš ]
* Added myself as uploader

[ Sebastian Ramacher ]
* Link against -lm since symbols are used from there.
  Thanks to Robie Basak for the patch (Closes: #713468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: jack-rack-1.4.8~rc1/src/Makefile.am
2
 
===================================================================
3
 
--- jack-rack-1.4.8~rc1.orig/src/Makefile.am    2013-04-09 22:50:26.000000000 -0400
4
 
+++ jack-rack-1.4.8~rc1/src/Makefile.am 2013-04-09 22:52:10.467093985 -0400
5
 
@@ -62,7 +62,7 @@
6
 
 
7
 
 
8
 
 LIBS = \
9
 
-       -ldl \
10
 
+       -ldl -lm \
11
 
        $(JACK_LIBS) \
12
 
        $(GTK_LIBS) \
13
 
        $(GNOMEUI_LIBS) \