From: Erik Kapfer <erik.kapfer@ipfire.org>
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 [thread overview]
Message-ID: <1436266425-11813-1-git-send-email-erik.kapfer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]
Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
---
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 <info(a)ipfire.de> #
+# Copyright (C) 2007-2015 IPFire Team <info(a)ipfire.de> #
# #
# 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 @@
include Config
-VER = 2.0.21-stable
+VER = 2.0.22-stable
THISAPP = libevent-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libevent2
-PAK_VER = 2
+PAK_VER = 3
DEPS = ""
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b2405cc9ebf264aa47ff615d9de527a2
+$(DL_FILE)_MD5 = c4c56f986aa985677ca1db89630a2e11
install : $(TARGET)
@@ -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=/usr
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr \
+ --disable-static
+
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
+
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.4.4
next reply other threads:[~2015-07-07 10:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 10:53 Erik Kapfer [this message]
2015-07-07 10:53 ` [PATCH 2/3] libevent2: Move from package to core system Erik Kapfer
2015-07-07 10:53 ` [PATCH 3/3] Remove all dependencies to libevent2 Erik Kapfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436266425-11813-1-git-send-email-erik.kapfer@ipfire.org \
--to=erik.kapfer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox