[SCM] jackd2/master: Disabled --mixed builds.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Apr 26 11:27:36 UTC 2012


The following commit has been merged in the master branch:
commit d8efa61080716ff3ddf17c61cc263a10957ed433
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Apr 26 13:08:23 2012 +0200

    Disabled --mixed builds.
    
    --mixed was used for __attribute__((__packed__)), but it became the
    default in 1.9.9 anyway. With multiarch at hand, we don't need it
    anymore.

diff --git a/debian/rules b/debian/rules
index d706f49..20d3f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,6 @@ CXXFLAGS += -fvisibility=hidden
 waf-configure-options = --prefix=/usr --classic
 waf-configure-options += $(if $(filter linux,$(DEB_HOST_ARCH_OS)),--alsa --dbus)
 waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_HOST_ARCH)),--firewire)
-waf-configure-options += $(if $(filter i386,$(DEB_HOST_ARCH)),--mixed)
 
 DEB_MAKE_INVOKE = ./waf -v --destdir=$(CURDIR)/debian/tmp
 DEB_MAKE_INSTALL_TARGET = install

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list