w_scan: make build with libiconv optional

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-16 12:36:55 +01:00
parent 2c57b4ef3c
commit f9b02cb504

View File

@ -22,7 +22,9 @@
. config/options
if [ "$ICONV" = "libiconv" ]; then
export LIBS="-liconv"
fi
cd $PKG_BUILD
./configure --host=$TARGET_NAME \