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 <erik.kapfer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Erik Kapfer
2015-07-07 12:53:45 +02:00
committed by Michael Tremer
parent 3e9e8800e7
commit 9af602b59c
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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