From: Michael Tremer Date: Thu, 23 May 2019 00:50:29 +0000 (+0100) Subject: tor: Depend on libseccomp X-Git-Tag: v2.23-core133~77 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f8c23b43b78880522c3b161d6c83ce81417c5cf4 tor: Depend on libseccomp Suggested-by: Erik Kapfer Signed-off-by: Michael Tremer --- 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