diff options
author | Aron Xu <aron@debian.org> | 2013-08-06 22:27:25 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2013-08-06 22:27:25 +0800 |
commit | 6ffdf3fe4e53679d336b70ae83f5bcc7edb3ec6d (patch) | |
tree | 0d7208c50dfca34db92f5801a3bb40ee6793b7af /debian/rules | |
parent | f6a6f11341236159ef82a3f244b08ea63026fa39 (diff) | |
download | libxml2-6ffdf3fe4e53679d336b70ae83f5bcc7edb3ec6d.tar.gz |
Configure udeb without python
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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-%) |