debian/rules: Add configure flag --without-unwind on x86_64, its not really required on Linux.

This commit is contained in:
Sebastian Lackner 2015-06-13 21:24:00 +02:00
parent 12f0292934
commit a1611c8fd0

1
debian/rules vendored
View File

@ -24,6 +24,7 @@ ifeq ($(DEB_BUILD_ARCH), amd64)
--infodir=\$${prefix}/share/info \
--enable-win64 \
--without-gstreamer \
--without-unwind \
--with-xattr \
$(CONFFLAGS)
else