From 804439ca6d7dbc5a042dd3ed759548d247a6c3e4 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 19 Oct 2015 15:54:20 +0300 Subject: Fix 32-bit build --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index bd2dcba..475db13 100755 --- a/debian/rules +++ b/debian/rules @@ -51,10 +51,8 @@ doconfigure-main: CONFIGURE_FLAGS += --without-python --with-icu doconfigure-python%: CONFIGURE_FLAGS += --with-python=/usr/bin/$* doconfigure-udeb: CONFIGURE_FLAGS += --without-history --with-tree --with-output --without-python --without-icu -# For dyson we need 32-bit library, but we don't have 32-bit liblzma -doconfigure-32: CONFIGURE_FLAGS += --without-python --libdir=/usr/lib32 --without-lzma +doconfigure-32: CONFIGURE_FLAGS += --libdir=/usr/lib32 --without-python --without-lzma --without-history --with-tree --with-output --without-icu --cache-file=/dev/null doconfigure-32: CC += -m32 -doconfigure-32: CACHE_FILE = /dev/null override_dh_auto_build: $(TARGETS:%=dobuild-%) -- cgit v1.2.3