From eb5d2c1954885e5a09afbb587dd735345fbcdb4d Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 5 Jul 2016 15:10:42 +0200 Subject: [PATCH] samba2: set --with-readline=no --- samba2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samba2/Makefile b/samba2/Makefile index 37a24ecff..de65b44e9 100644 --- a/samba2/Makefile +++ b/samba2/Makefile @@ -80,6 +80,7 @@ define Build/Compile $(DISABLE_NLS) \ --with-lockdir=/var/run/samba2 \ --with-privatedir=/etc/samba2 \ + --with-readline=no \ ); $(MAKE) -C $(PKG_BUILD_DIR)/source \ bin/make_smbcodepage bin/make_unicodemap @@ -150,6 +151,7 @@ define Build/Compile $(DISABLE_NLS) \ --with-lockdir=/var/run/samba2 \ --with-privatedir=/etc/samba2 \ + --with-readline=no \ --with-syslog \ ); $(MAKE) -C $(PKG_BUILD_DIR)/source \