[SCM] Free Firewire Audio Drivers (ffado.org) packaging branch, master, updated. upstream/2.0rc1+svn1539-33-gd7aaea9

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Jul 4 18:38:21 UTC 2009


The following commit has been merged in the master branch:
commit d7aaea969a47e324617ab441b47cecef329dfeae
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Jul 4 20:37:57 2009 +0200

    Don't compile with DEBUG, it's too slow.

diff --git a/debian/rules b/debian/rules
index 3ac1a9e..2858261 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,8 @@ I686_OPT_FLAGS := -O3 -march=i686 -mmmx
 
 ifneq (,$(findstring power,$(DEB_BUILD_ARCH)))
 EXPLICIT_TARGET = DIST_TARGET=powerpc
+else ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
+EXPLICIT_TARGET = DIST_TARGET=i386
 else
 EXPLICIT_TARGET =
 endif
@@ -78,10 +80,7 @@ DEB_SCONS_EXTRA_FLAGS := \
 	$(NJOBS)
 
 
-DEB_SCONS_NOOPT_FLAGS := DEBUG=yes ENABLE_OPTIMIZATION=no
-ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
-DEB_SCONS_NOOPT_FLAGS += DIST_TARGET=i386
-endif
+DEB_SCONS_NOOPT_FLAGS := ENABLE_OPTIMIZATION=no
 
 
 # DEB_DH_STRIP_ARGS := --dbg-package=ardour

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list