[SCM] caps/master: Added patch to fix optimization.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Aug 18 22:54:10 UTC 2013


The following commit has been merged in the master branch:
commit 65ab963c6f692fd5a713194dc08f98077142943b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 19 00:51:33 2013 +0200

    Added patch to fix optimization.

diff --git a/debian/patches/04-fix_optimalization.patch b/debian/patches/04-fix_optimalization.patch
new file mode 100644
index 0000000..311d105
--- /dev/null
+++ b/debian/patches/04-fix_optimalization.patch
@@ -0,0 +1,17 @@
+Description:  Fix optimalization.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: caps/Makefile
+===================================================================
+--- caps.orig/Makefile	2013-08-19 00:41:43.764475952 +0200
++++ caps/Makefile	2013-08-19 00:44:24.204482476 +0200
+@@ -3,7 +3,7 @@
+ 
+ CC = g++
+ 
+-OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC
++OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+ #OPTS = -g -DDEBUG 
+ 
+ _LDFLAGS = -shared 
diff --git a/debian/patches/series b/debian/patches/series
index ffa423c..52a9c46 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-fix_prefix.patch
 02-fix_destdir.patch
 03-fix_hardening.patch
+04-fix_optimalization.patch

-- 
caps packaging



More information about the pkg-multimedia-commits mailing list