[SCM] ardour/master: debian/rules: Ensure the use of C++11

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Oct 7 12:14:11 UTC 2015


The following commit has been merged in the master branch:
commit 13587d534115253c08f2081530f951d4effbbe7b
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Oct 7 10:51:33 2015 +0200

    debian/rules: Ensure the use of C++11
    
    in order to fix the FTBFS with newer libsigc++

diff --git a/debian/rules b/debian/rules
index ed22180..8cc6acc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,7 @@ waf-configure-options = --lv2 \
 	--use-external-libs \
 	--dist-target=$(DIST_TARGET) \
 	--optimize \
+	--cxx11 \
 
 
 DEB_MAKE_PARALLEL = -j$(if $(DEB_PARALLEL_JOBS),$(DEB_PARALLEL_JOBS),1)

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list