]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libxslt: tell ./configure where libxml is
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Aug 2009 18:21:13 +0000 (20:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Aug 2009 18:21:13 +0000 (20:21 +0200)
commit5cecbb7fba1c97351543efad399ef8801e6e63ee
treeaacbc76999b96ed82ebde5529f5c8fbbd70cf950
parent26e37dd3c48878ed351092e171840591e2c7e1b8
libxslt: tell ./configure where libxml is

libxslt is currently configured with --with-libxml-include-prefix,
which allows libxslt ./configure to find libxml headers. However, the
build of libxslt fails because it doesn't find the library itself.

Therefore, instead of using --with-libxml-include-prefix, we switch to
the more generic --with-libxml-prefix.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libxslt/libxslt.mk