From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH 1/3] libevent2: Update to 2.0.22-stable Date: Tue, 07 Jul 2015 12:53:43 +0200 Message-ID: <1436266425-11813-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5457694393402001125==" List-Id: --===============5457694393402001125== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Erik Kapfer --- lfs/libevent2 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lfs/libevent2 b/lfs/libevent2 index e2ad69f..53e9494 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2015 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.0.21-stable +VER =3D 2.0.22-stable =20 THISAPP =3D libevent-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 PROG =3D libevent2 -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "" =20 @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b2405cc9ebf264aa47ff615d9de527a2 +$(DL_FILE)_MD5 =3D c4c56f986aa985677ca1db89630a2e11 =20 install : $(TARGET) =20 @@ -77,8 +77,12 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=3D/usr + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr \ + --disable-static + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.4.4 --===============5457694393402001125==--