samba: specify libiconv default dir

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-20 15:45:52 +01:00
parent 37e2092899
commit 0056cd4727

View File

@ -37,7 +37,6 @@ else
fi fi
export samba_cv_CC_NEGATIVE_ENUM_VALUES=no export samba_cv_CC_NEGATIVE_ENUM_VALUES=no
export ac_cv_lib_avahi_client_avahi_client_new=yes
cd $PKG_BUILD/source3 cd $PKG_BUILD/source3
@ -107,6 +106,7 @@ sh autogen.sh
--with-included-popt \ --with-included-popt \
--with-included-iniparser \ --with-included-iniparser \
$CONFIG_SAMBA \ $CONFIG_SAMBA \
--with-libiconv="$SYSROOT_PREFIX/usr" \
--with-sqlite3 \ --with-sqlite3 \
--with-pthreads \ --with-pthreads \
--without-setproctitle \ --without-setproctitle \