From: Erik Kapfer Date: Tue, 7 Jul 2015 10:53:44 +0000 (+0200) Subject: libevent2: Move from package to core system X-Git-Tag: v2.17-core93~44 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=3e9e8800e78785bf4842ffeb2a87694cfecff82f 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 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/packages/libevent2 b/config/rootfiles/common/libevent2 similarity index 100% rename from config/rootfiles/packages/libevent2 rename to config/rootfiles/common/libevent2 diff --git a/lfs/libevent2 b/lfs/libevent2 index 53e9494b38..2482dda179 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -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 ###############################################################################