From: Adolf Belka Date: Wed, 14 Jan 2026 11:17:23 +0000 (+0100) Subject: tshark: Add libxxhash to dependency list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a07cec68d0bbb420524c193a46bbb7d6d6bb71;p=ipfire-2.x.git tshark: Add libxxhash to dependency list - 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 Signed-off-by: Michael Tremer --- 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 # +# Copyright (C) 2007-2026 IPFire Team # # # # 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 =