package/libevent: drop patch
Drop patch and autoreconf, instead use existing --disable-libevent-regress option to disable tests Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4d5f3984ae
commit
2d2d296e0f
@ -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@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
|
|
||||||
|
|
@ -10,10 +10,13 @@ LIBEVENT_SOURCE = libevent-$(LIBEVENT_VERSION)-stable.tar.gz
|
|||||||
LIBEVENT_INSTALL_STAGING = YES
|
LIBEVENT_INSTALL_STAGING = YES
|
||||||
LIBEVENT_LICENSE = BSD-3-Clause, OpenBSD
|
LIBEVENT_LICENSE = BSD-3-Clause, OpenBSD
|
||||||
LIBEVENT_LICENSE_FILES = LICENSE
|
LIBEVENT_LICENSE_FILES = LICENSE
|
||||||
# For 0001-Disable-building-test-programs.patch
|
LIBEVENT_CONF_OPTS = \
|
||||||
LIBEVENT_AUTORECONF = YES
|
--disable-libevent-regress \
|
||||||
LIBEVENT_CONF_OPTS = --disable-samples
|
--disable-samples
|
||||||
HOST_LIBEVENT_CONF_OPTS = --disable-samples --disable-openssl
|
HOST_LIBEVENT_CONF_OPTS = \
|
||||||
|
--disable-libevent-regress \
|
||||||
|
--disable-samples \
|
||||||
|
--disable-openssl
|
||||||
|
|
||||||
define LIBEVENT_REMOVE_PYSCRIPT
|
define LIBEVENT_REMOVE_PYSCRIPT
|
||||||
rm $(TARGET_DIR)/usr/bin/event_rpcgen.py
|
rm $(TARGET_DIR)/usr/bin/event_rpcgen.py
|
||||||
|
Loading…
Reference in New Issue
Block a user