[SCM] pd-cyclone/master: Patch to honour LDFLAGS

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 24 23:05:58 UTC 2016


The following commit has been merged in the master branch:
commit d1a970c3e2a4c695bd21357dbb933ff3388ccceb
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 25 00:05:37 2016 +0100

    Patch to honour LDFLAGS

diff --git a/debian/patches/makeflags.patch b/debian/patches/makeflags.patch
new file mode 100644
index 0000000..1b9c1e9
--- /dev/null
+++ b/debian/patches/makeflags.patch
@@ -0,0 +1,15 @@
+Description: allow passing of LDFLAGS
+Author: IOhannes m zmölnig
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-cyclone.orig/Makefile.pdlibbuilder
++++ pd-cyclone/Makefile.pdlibbuilder
+@@ -580,7 +580,7 @@
+ 
+ # flags for C compiler / linker
+ c.flags := $(cpp.flags) $(c.flags) $(cflags) $(CFLAGS)
+-c.ldflags := $(c.ldflags) $(ldflags)
++c.ldflags := $(c.ldflags) $(ldflags) $(LDFLAGS)
+ c.ldlibs := $(c.ldlibs) $(ldlibs)
+ 
+ # flags for C++ compiler / linker
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..154426a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+makeflags.patch

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list