Commit 2eaa50ee authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

libxslt does not support Python 3

parent 9277df69
all:
tar xf libxslt-1.1.34.tar.gz
cd libxslt-1.1.34 && sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml}
cd libxslt-1.1.34 && ./configure --prefix=/usr --disable-static
cd libxslt-1.1.34 && ./configure --prefix=/usr --disable-static --without-python
$(MAKE) -C libxslt-1.1.34
$(MAKE) -C libxslt-1.1.34 check
$(MAKE) -C libxslt-1.1.34 install
......
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