All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/libevent: drop patch
@ 2019-08-17 19:32 Fabrice Fontaine
  2019-08-17 22:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-08-17 19:32 UTC (permalink / raw)
  To: buildroot

Drop patch and autoreconf, instead use existing
--disable-libevent-regress option to disable tests

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .../0001-Disable-building-test-programs.patch | 31 -------------------
 package/libevent/libevent.mk                  | 11 ++++---
 2 files changed, 7 insertions(+), 35 deletions(-)
 delete mode 100644 package/libevent/0001-Disable-building-test-programs.patch

diff --git a/package/libevent/0001-Disable-building-test-programs.patch b/package/libevent/0001-Disable-building-test-programs.patch
deleted file mode 100644
index cac05ecdd9..0000000000
--- a/package/libevent/0001-Disable-building-test-programs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 4b5a135fa681e85eb6988a379f59f3c7a41cc48c Mon Sep 17 00:00:00 2001
-From: Gilles Talis <gilles.talis@gmail.com>
-Date: Fri, 21 Jun 2013 15:25:11 -0700
-Subject: [PATCH] Disable building test programs
-
-We are not really interested in building test programs.
-Moreover, these programs use fork() function that is
-not available on MMU-less architectures.
-
-Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
-[aduskett at gmail.com: Updated for 2.1.8]
-Signed-off-by: Adam Duskett <aduskett@gmail.com>
----
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 42879a3..dc90359 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -144,7 +144,6 @@
- BUILT_SOURCES =
- include include/include.am
- include sample/include.am
--include test/include.am
- 
- if BUILD_WIN32
- 
--- 
-2.1.1
-
diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index f4d2a4c0ab..a5ba7fdf6a 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -10,10 +10,13 @@ LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
 LIBEVENT_INSTALL_STAGING = YES
 LIBEVENT_LICENSE = BSD-3-Clause, OpenBSD
 LIBEVENT_LICENSE_FILES = LICENSE
-# For 0001-Disable-building-test-programs.patch
-LIBEVENT_AUTORECONF = YES
-LIBEVENT_CONF_OPTS = --disable-samples
-HOST_LIBEVENT_CONF_OPTS = --disable-samples --disable-openssl
+LIBEVENT_CONF_OPTS = \
+	--disable-libevent-regress \
+	--disable-samples
+HOST_LIBEVENT_CONF_OPTS = \
+	--disable-libevent-regress \
+	--disable-samples \
+	--disable-openssl
 
 define LIBEVENT_REMOVE_PYSCRIPT
 	rm $(TARGET_DIR)/usr/bin/event_rpcgen.py
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH/next 1/1] package/libevent: drop patch
  2019-08-17 19:32 [Buildroot] [PATCH/next 1/1] package/libevent: drop patch Fabrice Fontaine
@ 2019-08-17 22:19 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-08-17 22:19 UTC (permalink / raw)
  To: buildroot

On Sat, 17 Aug 2019 21:32:08 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Drop patch and autoreconf, instead use existing
> --disable-libevent-regress option to disable tests
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  .../0001-Disable-building-test-programs.patch | 31 -------------------
>  package/libevent/libevent.mk                  | 11 ++++---
>  2 files changed, 7 insertions(+), 35 deletions(-)
>  delete mode 100644 package/libevent/0001-Disable-building-test-programs.patch

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-17 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-17 19:32 [Buildroot] [PATCH/next 1/1] package/libevent: drop patch Fabrice Fontaine
2019-08-17 22:19 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.