aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-02-23 22:38:04 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-11-01 14:22:37 +0000
commitf051a967b817eef118f315aee02dcc6857bc35e4 (patch)
tree6178456bc890de192dcec188dfe3f30d86bfa7a9 /package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch
parent466d499d033946a6e6799365f15e98680ca27b08 (diff)
downloadupstream-f051a967b817eef118f315aee02dcc6857bc35e4.tar.gz
upstream-f051a967b817eef118f315aee02dcc6857bc35e4.tar.bz2
upstream-f051a967b817eef118f315aee02dcc6857bc35e4.zip
libevent2: Update to 2.1.11
Update libevent to 2.1.11 Use CMake instead GNU Autotools Backport following commits: https://github.com/libevent/libevent/commit/f05ba671931e2b4e38459899f6f63f79f99869fe ..and partially https://github.com/libevent/libevent/commit/7201062f3ef505a77baa6ccaf1cf73812462308a to fix compilation Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit f351beedfd47766e5e44a04af50e3724bec54dbc) (resolves FS#2435) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch')
-rw-r--r--package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch b/package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch
deleted file mode 100644
index 506137d555..0000000000
--- a/package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -143,8 +143,8 @@ CLEANFILES=
- DISTCLEANFILES=
- BUILT_SOURCES =
- include include/include.am
--include sample/include.am
--include test/include.am
-+#include sample/include.am
-+#include test/include.am
-
- if BUILD_WIN32
-