mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
committed by
Michael Tremer
parent
be2d2d2fb0
commit
3e9e8800e7
@@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
PROG = libevent2
|
|
||||||
PAK_VER = 3
|
|
||||||
|
|
||||||
DEPS = ""
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
|
|||||||
$(subst %,%_MD5,$(objects)) :
|
$(subst %,%_MD5,$(objects)) :
|
||||||
@$(MD5)
|
@$(MD5)
|
||||||
|
|
||||||
dist:
|
|
||||||
@$(PAK)
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Installation Details
|
# Installation Details
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user