[SCM] mplayer/master: Really fix build failure on sparce after recent binutils change.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Oct 29 09:36:46 UTC 2011


The following commit has been merged in the master branch:
commit 4ae1f3a60daa4246f3db2357018ad9d137a07248
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Oct 29 11:34:59 2011 +0200

    Really fix build failure on sparce after recent binutils change.

diff --git a/debian/rules b/debian/rules
index b00cda6..764cf39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ endif
 # this is hidden when running on buildds with 32bit kernel personality.
 # because of #644856, this will currently lead to a FTBFS
 # therefore, we force a 'generic' target.
-ifeq ($(DEB_HOST_GNU_CPU),sparc)
+ifeq ($(DEB_HOST_ARCH),sparc)
         confflags += --target=generic
 endif
 ifeq ($(DEB_HOST_ARCH),alpha)

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list