summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/samba.in1
-rw-r--r--rules/samba.make1
2 files changed, 2 insertions, 0 deletions
diff --git a/rules/samba.in b/rules/samba.in
index c89517b3b..5185363c7 100644
--- a/rules/samba.in
+++ b/rules/samba.in
@@ -9,6 +9,7 @@ menuconfig SAMBA
select LIBC_CRYPT if SAMBA_SERVER
select GCCLIBS_GCC_S
select READLINE
+ select LIBPOPT
select BUSYBOX_START_STOP_DAEMON if SAMBA_STARTSCRIPT
help
Samba is an Open Source/Free Software suite that has, since
diff --git a/rules/samba.make b/rules/samba.make
index db8754fd6..1072853ba 100644
--- a/rules/samba.make
+++ b/rules/samba.make
@@ -95,6 +95,7 @@ SAMBA_AUTOCONF := \
--with-syslog \
--without-ads \
--without-automount \
+ --without-included-popt \
--without-krb5 \
--without-ldap \
--without-pam \