netatalk: Add krb5 as a dependency

Message ID 20200528190047.12939-1-michael.tremer@ipfire.org
State Accepted
Commit 371661367ce0b00cce45b49f1d242a74978261e0
Headers
Series netatalk: Add krb5 as a dependency |

Commit Message

Michael Tremer May 28, 2020, 7 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/netatalk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/netatalk b/lfs/netatalk
index 09107e2e8..16fd292eb 100644
--- a/lfs/netatalk
+++ b/lfs/netatalk
@@ -32,9 +32,9 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = netatalk
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = avahi dbus
+DEPS       = avahi dbus krb5
 
 CFLAGS    += -Wno-unused-result