libevent2: Move from package to core system

The library is used by many other components and
it makes more sense to integrate it into the core
system like libevent.

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:44 +02:00
committed by Michael Tremer
parent be2d2d2fb0
commit 3e9e8800e7
2 changed files with 0 additions and 7 deletions

View File

@@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libevent2
PAK_VER = 3
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
@@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
$(subst %,%_MD5,$(objects)) :
@$(MD5)
dist:
@$(PAK)
###############################################################################
# Installation Details
###############################################################################