libxslt: fix host compilation
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 28 Apr 2010 21:40:43 +0000 (23:40 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 May 2010 21:25:15 +0000 (23:25 +0200)
commit6af9c84a5192c2d250b47ba06808dc08ec4e17f2
treee6c7a605403e04d1ac138f44aa5059bb665004aa
parent7dfa3b3fb42adabe5bbf36ea32909f427561ca59
libxslt: fix host compilation

Do not build against libgcrypt on the host, since we don't build
libgcrypt ourself, and it might fail even when libgcrypt is installed
on the host:

...configure...
checking for libgcrypt-config... /usr/bin/libgcrypt-config
Crypto extensions will be available.

...build...
gcc: /usr/lib/libgcrypt.so: No such file or directory

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/libxslt/libxslt.mk