[SCM] gsequencer/master: upstream only partially fixed overlinking fix is now in vcs
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Wed Sep 7 03:12:38 UTC 2016
The following commit has been merged in the master branch:
commit 85cc506cc296d7c26c6d3c32b530fed992881fe4
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Wed Sep 7 04:35:30 2016 +0200
upstream only partially fixed overlinking fix is now in vcs
diff --git a/debian/patches/fix_overlinking b/debian/patches/fix_overlinking
new file mode 100644
index 0000000..db6fc47
--- /dev/null
+++ b/debian/patches/fix_overlinking
@@ -0,0 +1,13 @@
+Index: gsequencer/Makefile.am
+===================================================================
+--- gsequencer.orig/Makefile.am
++++ gsequencer/Makefile.am
+@@ -177,7 +177,7 @@ libags_la_LDFLAGS = $(LDFLAGS) -version-
+
+ # library libags-thread
+ libags_thread_la_CFLAGS = $(CFLAGS) $(COMPILER_FLAGS) $(WARN_FLAGS) -O -I./ -I/usr/include $(UUID_CFLAGS) $(LIBXML2_CFLAGS) $(GOBJECT_CFLAGS)
+-libags_thread_la_LDFLAGS = $(LDFLAGS) -version-info 0:1:0 -shared -fPIC -Wl,-soname -ldl -lm -pthread -lrt $(UUID_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(GOBJECT_LIBS)
++libags_thread_la_LDFLAGS = $(LDFLAGS) -version-info 0:1:0 -shared -fPIC -Wl,-soname -ldl -lm -pthread -lrt $(UUID_LIBS) $(LIBXML2_LIBS) $(GOBJECT_LIBS)
+ libags_thread_la_LIBADD = libags.la
+
+ # library libags-server
diff --git a/debian/patches/series b/debian/patches/series
index caf70be..12b4c67 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-fix_overlinking.patch
+fix_overlinking
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list