summaryrefslogtreecommitdiffstats
path: root/package/libevent/0001-Disable-building-test-programs.patch
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-02-03 15:29:53 -0500
committerPeter Korsgaard <peter@korsgaard.com>2017-02-04 17:13:07 +0100
commit4af22306f5b0106310a3f015bd47bef028522e96 (patch)
tree8421539a9f2e41127e230730d69cd7d5694d5d7c /package/libevent/0001-Disable-building-test-programs.patch
parentb30764ba2dc9a078967efe0dce88781c87445d1d (diff)
downloadbuildroot-4af22306f5b0106310a3f015bd47bef028522e96.tar.gz
buildroot-4af22306f5b0106310a3f015bd47bef028522e96.zip
libevent: bump to version 2.1.8
I also modified the Disable-building-test-programs.patch to work with the newer Makefile. [Peter: add s-o-b / note to patch] Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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