From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] samba: Depend on libtalloc Date: Mon, 30 Dec 2024 11:34:13 +0000 Message-ID: <20241230113413.4127784-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1647874941358118420==" List-Id: --===============1647874941358118420== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/samba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/samba b/lfs/samba index 1d5789c5e..39deef55b 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 106 +PAK_VER = 107 -DEPS = avahi cups perl-Parse-Yapp perl-JSON wsdd +DEPS = avahi cups libtalloc perl-Parse-Yapp perl-JSON wsdd SERVICES = samba -- 2.39.5 --===============1647874941358118420==--