[SCM] tap-plugins/master: Added patch to pass flags correctly.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Feb 26 21:02:20 UTC 2014
The following commit has been merged in the master branch:
commit 4517843f0746e73af0a0a8e0b19800f140ad217a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Feb 26 22:02:11 2014 +0100
Added patch to pass flags correctly.
diff --git a/debian/patches/01-pass_flags.patch b/debian/patches/01-pass_flags.patch
new file mode 100644
index 0000000..735ffdd
--- /dev/null
+++ b/debian/patches/01-pass_flags.patch
@@ -0,0 +1,19 @@
+Description: Pass flags correctly.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: yno
+
+Index: tap-plugins/Makefile
+===================================================================
+--- tap-plugins.orig/Makefile 2014-02-26 21:46:16.369881936 +0100
++++ tap-plugins/Makefile 2014-02-26 21:55:35.045070297 +0100
+@@ -35,8 +35,8 @@
+ # GENERAL
+
+ CC = gcc
+-CFLAGS = -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
+-LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
++CFLAGS += -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
++LDFLAGS += -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+
+ PLUGINS = tap_autopan.so \
+ tap_chorusflanger.so \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1714350
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-pass_flags.patch
--
tap-plugins packaging
More information about the pkg-multimedia-commits
mailing list