[SCM] gsequencer/master: fixed compiler optimization flag because of debian guidelines
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Sun Oct 11 14:53:56 UTC 2015
The following commit has been merged in the master branch:
commit 12e38a136fbc15c77bcf5ac5cc9799b3680f8065
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Sun Oct 11 16:52:38 2015 +0200
fixed compiler optimization flag because of debian guidelines
diff --git a/debian/patches/fixed-compiler-flag.diff b/debian/patches/fixed-compiler-flag.diff
new file mode 100644
index 0000000..e6c837d
--- /dev/null
+++ b/debian/patches/fixed-compiler-flag.diff
@@ -0,0 +1,13 @@
+Index: gsequencer/Makefile.am
+===================================================================
+--- gsequencer.orig/Makefile.am 2015-10-11 00:31:08.276653863 +0200
++++ gsequencer/Makefile.am 2015-10-11 16:49:38.790270481 +0200
+@@ -4,7 +4,7 @@
+ AM_CPPFLAGS = -I$(top_srcdir)/src -DDESTDIR=\"$(DESTDIR)$(datadir)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -D_FORTIFY_SOURCE=2
+
+ # what flags you want to pass to the C compiler & linker
+-CFLAGS = -g -O9 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -ftrapv
++CFLAGS = -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -ftrapv
+ LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
+
+ # this lists the binaries to produce, the (non-PHONY, binary) targets in
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cbb5b00
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fixed-compiler-flag.diff
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list