From 0f1a0b819c4c0c589326de256c4fdb3a7d0c00a3 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 5 Jul 2016 17:00:30 +0200 Subject: [PATCH] samba2: set --with-included-popt --- samba2/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \