From: Erik Kapfer Date: Tue, 7 Jul 2015 10:53:45 +0000 (+0200) Subject: Remove all dependencies to libevent2 X-Git-Tag: v2.17-core93~43 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=9af602b59c511590333460cea83d7da118c89951 Remove all dependencies to libevent2 libevent2 has become a part of the core system and is not a package any more. Signed-off-by: Erik Kapfer Signed-off-by: Michael Tremer --- diff --git a/lfs/tmux b/lfs/tmux index ddd53847d2..2223d13308 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 eb188373d8..54f3b64861 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 = 12 +PAK_VER = 13 -DEPS = "libevent2" +DEPS = "" ############################################################################### # Top-level Rules diff --git a/lfs/transmission b/lfs/transmission index 3a1cbddba6..13b5723456 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