From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/5] samba: add fuse as dependency Date: Wed, 13 Jan 2021 19:22:58 +0100 Message-ID: <20210113182258.3082-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7226623013890187759==" List-Id: --===============7226623013890187759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Adolf Belka - fuse added as dependency as it has been moved from core to addon - No change to rootfiles Signed-off-by: Adolf Belka --- lfs/samba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/samba b/lfs/samba index f57a04737..8734cadce 100644 --- a/lfs/samba +++ b/lfs/samba @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 75 +PAK_VER =3D 76 =20 -DEPS =3D avahi cups libtirpc krb5 perl-Parse-Yapp +DEPS =3D avahi cups libtirpc krb5 perl-Parse-Yapp fuse =20 ############################################################################= ### # Top-level Rules --=20 2.30.0 --===============7226623013890187759==--