Commit 06c8b86c authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Felix Paul Kühne

cosmetics: contrib: libxml2: split configuration across multiple lines

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 489a30f47267349ae8301d5854f17f4a99c529c6)
parent 1ae850f8
......@@ -13,7 +13,24 @@ $(TARBALLS)/libxml2-$(LIBXML2_VERSION).tar.gz:
.sum-libxml2: libxml2-$(LIBXML2_VERSION).tar.gz
XMLCONF = --with-minimal --with-catalog --with-reader --with-tree --with-push --with-xptr --with-valid --with-xpath --with-xinclude --with-sax1 --without-zlib --without-iconv --without-http --without-ftp --without-debug --without-docbook --without-regexps --without-python
XMLCONF = --with-minimal \
--with-catalog \
--with-reader \
--with-tree \
--with-push \
--with-xptr \
--with-valid \
--with-xpath \
--with-xinclude \
--with-sax1 \
--without-zlib \
--without-iconv \
--without-http \
--without-ftp \
--without-debug \
--without-docbook \
--without-regexps \
--without-python
libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(UNPACK)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment