libevent2 has become a part of the core system and is not a package any more.
Signed-off-by: Erik Kapfer erik.kapfer@ipfire.org --- lfs/tmux | 4 ++-- lfs/tor | 4 ++-- lfs/transmission | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/lfs/tmux b/lfs/tmux index ddd5384..2223d13 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 2 +PAK_VER = 3
-DEPS = "libevent2" +DEPS = ""
############################################################################### # Top-level Rules diff --git a/lfs/tor b/lfs/tor index 8eca48d..d57cea5 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 = 11 +PAK_VER = 12
-DEPS = "libevent2" +DEPS = ""
############################################################################### # Top-level Rules diff --git a/lfs/transmission b/lfs/transmission index 3a1cbdd..13b5723 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 11 +PAK_VER = 12
-DEPS = "libevent2" +DEPS = ""
CXXFLAGS += -fno-exceptions