From 729e3e873edcc7b68290fda9c23e0dfe5594fc56 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 20 Jan 2012 19:18:20 +0100 Subject: [PATCH] samba: cosmetics Signed-off-by: Stephan Raue --- packages/network/samba/build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/network/samba/build b/packages/network/samba/build index 3b770c1960..442b5a1d02 100755 --- a/packages/network/samba/build +++ b/packages/network/samba/build @@ -26,10 +26,6 @@ strip_lto strip_gold -if [ "$ICONV" = "libiconv" ]; then - CONFIG_SAMBA="--with-libiconv=$SYSROOT_PREFIX/usr" -fi - if [ "$AVAHI_DAEMON" = yes ]; then SMB_AVAHI="--enable-avahi" else @@ -105,7 +101,6 @@ sh autogen.sh --with-static-modules=charset_CP437,charset_CP850 \ --with-included-popt \ --with-included-iniparser \ - $CONFIG_SAMBA \ --with-libiconv="$SYSROOT_PREFIX/usr" \ --with-sqlite3 \ --with-pthreads \