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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Oct 29 10:52:06 UTC 2011


The following commit has been merged in the master branch:
commit ca3fd22f74c17dc865388caa4369aac88c64ee1e
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Oct 29 12:42:37 2011 +0200

    Next try to fix build failure on sparce after recent binutils change.

diff --git a/debian/rules b/debian/rules
index 764cf39..c2d580c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ endif
 # because of #644856, this will currently lead to a FTBFS
 # therefore, we force a 'generic' target.
 ifeq ($(DEB_HOST_ARCH),sparc)
-        confflags += --target=generic
+  archconf += --target=generic
 endif
 ifeq ($(DEB_HOST_ARCH),alpha)
 #Avoid high optimization through gcc.

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list