libnfs: specify libdir, this fixes build with 64bit host os

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-25 18:38:15 +02:00
parent 9382aeda8e
commit 41f3951402

View File

@ -29,6 +29,7 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc \
--without-examples \