[SCM] x264/master: Compile using -fno-aggressive-loop-optimizations (LP: #1241772)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Mar 23 14:32:31 UTC 2014


The following commit has been merged in the master branch:
commit 2eadf0c1ab3b6116e76130a72725536900d9a14e
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Sun Mar 23 10:05:23 2014 -0400

    Compile using -fno-aggressive-loop-optimizations (LP: #1241772)
    
    Work around for a segfault caused by changes in gcc 4.8

diff --git a/debian/confflags b/debian/confflags
index 143a7b8..42333e0 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -18,7 +18,8 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-common_confflags += --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+common_confflags += --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+	 --extra-cflags=-fno-aggressive-loop-optimizations
 
 # XXX why isn't --enable-visualize used in the static build?
 # TODO --disable-asm when we build an opt flavor?

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list