- From version 2.6.0 tshark added libxxhash as an option which is defined as ON 
by
   default. As libxxhash is built as a dependency for rsync and borgbackup the 
tshark
   build worked without problems but then the libxxhash library wass not 
present and so
   tshark failed to run.
- This patch adds libxxhash to the dependency list for tshark
- No change to rootfile

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/tshark | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/tshark b/lfs/tshark
index 07cb1af8e..9ccfda104 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <[email protected]>                     #
+# Copyright (C) 2007-2026  IPFire Team  <[email protected]>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -34,8 +34,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
-DEPS       = c-ares
-PAK_VER    = 31
+DEPS       = c-ares libxxhash
+PAK_VER    = 32
 
 SERVICES   =
 
-- 
2.52.0


Reply via email to