[4/5] samba: add fuse as dependency

Message ID 20210113182258.3082-1-adolf.belka@ipfire.org
State Rejected
Headers
Series None |

Commit Message

Adolf Belka Jan. 13, 2021, 6:22 p.m. UTC
  From: Adolf Belka <ahb.ipfire@gmail.com>

- fuse added as dependency as it has been moved from core to addon
- No change to rootfiles

Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
---
 lfs/samba | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/samba b/lfs/samba
index f57a04737..8734cadce 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -32,9 +32,9 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
-PAK_VER    = 75
+PAK_VER    = 76
 
-DEPS       = avahi cups libtirpc krb5 perl-Parse-Yapp
+DEPS       = avahi cups libtirpc krb5 perl-Parse-Yapp fuse
 
 ###############################################################################
 # Top-level Rules