From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH 3/3] Remove all dependencies to libevent2 Date: Tue, 07 Jul 2015 12:53:45 +0200 Message-ID: <1436266425-11813-3-git-send-email-erik.kapfer@ipfire.org> In-Reply-To: <1436266425-11813-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3050675768306855169==" List-Id: --===============3050675768306855169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable libevent2 has become a part of the core system and is not a package any more. Signed-off-by: Erik Kapfer --- lfs/tmux | 4 ++-- lfs/tor | 4 ++-- lfs/transmission | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index ddd5384..2223d13 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tmux -PAK_VER =3D 2 +PAK_VER =3D 3 =20 -DEPS =3D "libevent2" +DEPS =3D "" =20 ############################################################################= ### # Top-level Rules diff --git a/lfs/tor b/lfs/tor index 8eca48d..d57cea5 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tor -PAK_VER =3D 11 +PAK_VER =3D 12 =20 -DEPS =3D "libevent2" +DEPS =3D "" =20 ############################################################################= ### # Top-level Rules diff --git a/lfs/transmission b/lfs/transmission index 3a1cbdd..13b5723 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D transmission -PAK_VER =3D 11 +PAK_VER =3D 12 =20 -DEPS =3D "libevent2" +DEPS =3D "" =20 CXXFLAGS +=3D -fno-exceptions =20 --=20 2.4.4 --===============3050675768306855169==--