From 8fad3a5941a1a0553bc3cbd0ad577d9067f3dd6b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 May 2019 01:50:29 +0100 Subject: [PATCH] tor: Depend on libseccomp Suggested-by: Erik Kapfer Signed-off-by: Michael Tremer --- lfs/tor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/tor b/lfs/tor index 9b34164507..ab28a848d2 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 37 +PAK_VER = 38 -DEPS = "" +DEPS = "libseccomp" ############################################################################### # Top-level Rules -- 2.39.2