tshark: Add libxxhash to dependency list

Message ID 20260114111723.8987-1-adolf.belka@ipfire.org
State Staged
Commit 32a07cec68d0bbb420524c193a46bbb7d6d6bb71
Headers
Series tshark: Add libxxhash to dependency list |

Commit Message

Adolf Belka 14 Jan 2026, 11:17 a.m. UTC
- 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 <adolf.belka@ipfire.org>
---
 lfs/tshark | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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   =