Commit fdc7dedf authored by Łukasz Nowak's avatar Łukasz Nowak

component/libxslt: Extend PATH to make xzcat available

parent 1c228182
......@@ -2,6 +2,7 @@
extends =
../libxml2/buildout.cfg
../zlib/buildout.cfg
../xz-utils/buildout.cfg
parts =
libxslt
......@@ -22,3 +23,4 @@ configure-options =
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
PATH=${xz-utils:location}/bin:%(PATH)s
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