[Pkg-gstreamer-commits] [libvpx] 01/01: Build with gcc 4.8 to fix FTBFS on SPARC (Closes: #734445)

Sebastian Dröge slomo at moszumanska.debian.org
Tue Jan 7 10:40:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch master
in repository libvpx.

commit 65a625a29f4804f2dddf0b497b4331b9a72d1a27
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Jan 7 11:39:52 2014 +0100

    Build with gcc 4.8 to fix FTBFS on SPARC (Closes: #734445)
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 ++
 debian/rules     | 4 ++++
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c2ea67c..fbae562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libvpx (1.3.0-2) unstable; urgency=medium
+
+  * debian/control,
+    debian/rules:
+    + Build with gcc 4.8 to fix FTBFS on SPARC (Closes: #734445).
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 07 Jan 2014 11:25:31 +0100
+
 libvpx (1.3.0-1) unstable; urgency=medium
 
   * New upstream release, including VP9 support:
diff --git a/debian/control b/debian/control
index 659abb3..050f37f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                yasm (>= 0.7) [amd64 i386 hurd-i386 kfreebsd-amd64 kfreebsd-i386],
                doxygen,
+               gcc-4.8,
+               g++-4.8,
                php5-cli
 Standards-Version: 3.8.4
 Homepage: http://www.webmproject.org
diff --git a/debian/rules b/debian/rules
index 3b5862b..e60a485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,10 @@ CFLAGS += -O2
 CXXFLAGS += -O2
 endif
 
+export CC=gcc-4.8
+export CPP=cpp-4.8
+export CXX=g++-4.8
+
 builddir := $(CURDIR)/builddir
 
 configure: configure-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/libvpx.git



More information about the Pkg-gstreamer-commits mailing list