summaryrefslogtreecommitdiffstats
path: root/package/libevent/0001-Disable-building-test-programs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libevent/0001-Disable-building-test-programs.patch')
-rw-r--r--package/libevent/0001-Disable-building-test-programs.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/package/libevent/0001-Disable-building-test-programs.patch b/package/libevent/0001-Disable-building-test-programs.patch
index eb1acfd676..a1ce774640 100644
--- a/package/libevent/0001-Disable-building-test-programs.patch
+++ b/package/libevent/0001-Disable-building-test-programs.patch
@@ -8,6 +8,8 @@ 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(-)
@@ -16,12 +18,11 @@ diff --git a/Makefile.am b/Makefile.am
index 42879a3..dc90359 100644
--- a/Makefile.am
+++ b/Makefile.am
-@@ -126,7 +126,7 @@ else
- noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
- endif
-
--SUBDIRS = . include sample test
-+SUBDIRS = . include sample
+@@ -144,7 +144,6 @@
+ BUILT_SOURCES =
+ include include/include.am
+ include sample/include.am
+-include test/include.am
if BUILD_WIN32
OpenPOWER on IntegriCloud