slang: only build libslang, this fixes some crosscompiling issues with building the unneeded 'slsh' tool. thanks to 'unforgiven512'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-11 00:29:37 +01:00
parent bf4f1626e9
commit 083d729c00

View File

@ -38,5 +38,5 @@ cd $PKG_BUILD
--without-z \
--without-x \
make
$MAKEINSTALL
make -C src
$MAKEINSTALL -C src