From 6ffdf3fe4e53679d336b70ae83f5bcc7edb3ec6d Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 6 Aug 2013 22:27:25 +0800 Subject: Configure udeb without python --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 65a6132..2b32c75 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ doconfigure-%: doconfigure-main: CONFIGURE_FLAGS += --without-python doconfigure-python%: CONFIGURE_FLAGS += --with-python=/usr/bin/$* #doconfigure-udeb: CONFIGURE_FLAGS += --without-history --with-minimum --with-tree --with-output -doconfigure-udeb: CONFIGURE_FLAGS += --without-history --with-tree --with-output +doconfigure-udeb: CONFIGURE_FLAGS += --without-history --with-tree --with-output --without-python override_dh_auto_build: $(TARGETS:%=dobuild-%) -- cgit v1.2.3