summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2013-08-06 22:27:25 +0800
committerAron Xu <aron@debian.org>2013-08-06 22:27:25 +0800
commit6ffdf3fe4e53679d336b70ae83f5bcc7edb3ec6d (patch)
tree0d7208c50dfca34db92f5801a3bb40ee6793b7af /debian
parentf6a6f11341236159ef82a3f244b08ea63026fa39 (diff)
downloadlibxml2-6ffdf3fe4e53679d336b70ae83f5bcc7edb3ec6d.tar.gz
Configure udeb without python
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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-%)