aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.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-Add-Uninstall.cmake.in-into-dist-archive.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-Add-Uninstall.cmake.in-into-dist-archive.patch')
-rw-r--r--package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.patch b/package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.patch
new file mode 100644
index 0000000000..c5bea996b7
--- /dev/null
+++ b/package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.patch
@@ -0,0 +1,25 @@
+From f05ba671931e2b4e38459899f6f63f79f99869fe Mon Sep 17 00:00:00 2001
+From: Azat Khuzhin <a3at.mail@gmail.com>
+Date: Sat, 3 Aug 2019 14:32:21 +0300
+Subject: [PATCH] Add Uninstall.cmake.in into dist archive
+
+Fixes: #863
+---
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index af75a963..92f9433c 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -127,6 +127,7 @@ CMAKE_FILES = \
+ cmake/LibeventConfig.cmake.in \
+ cmake/LibeventConfigVersion.cmake.in \
+ cmake/VersionViaGit.cmake \
++ cmake/Uninstall.cmake.in \
+ event-config.h.cmake \
+ evconfig-private.h.cmake \
+ CMakeLists.txt
+--
+2.22.0
+