debian/rules: Remove --without-unwind, its no longer necessary.

This commit is contained in:
Sebastian Lackner 2015-06-18 05:30:51 +02:00
parent 36ec2e0cf4
commit b0071ce53e

1
debian/rules vendored
View File

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