diff --git a/samba2/Makefile b/samba2/Makefile index de65b44e9..28bd77313 100644 --- a/samba2/Makefile +++ b/samba2/Makefile @@ -78,6 +78,7 @@ define Build/Compile --sbindir=/usr/sbin \ --sysconfdir=/etc/samba2 \ $(DISABLE_NLS) \ + --with-included-popt \ --with-lockdir=/var/run/samba2 \ --with-privatedir=/etc/samba2 \ --with-readline=no \ @@ -149,6 +150,7 @@ define Build/Compile --sbindir=/usr/sbin \ --sysconfdir=/etc/samba2 \ $(DISABLE_NLS) \ + --with-included-popt \ --with-lockdir=/var/run/samba2 \ --with-privatedir=/etc/samba2 \ --with-readline=no \