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(-)
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