From a1611c8fd03d7415c8686421582c186c31c1a4cd Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 13 Jun 2015 21:24:00 +0200 Subject: [PATCH] debian/rules: Add configure flag --without-unwind on x86_64, its not really required on Linux. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index afb1cd1e..4474f96f 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ ifeq ($(DEB_BUILD_ARCH), amd64) --infodir=\$${prefix}/share/info \ --enable-win64 \ --without-gstreamer \ + --without-unwind \ --with-xattr \ $(CONFFLAGS) else