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
committerHans Dedecker <dedeckeh@gmail.com>2019-10-15 22:35:14 +0200
commitf351beedfd47766e5e44a04af50e3724bec54dbc (patch)
tree7867648e722e79dfa45e2e30ee6ba8eaa64a830c /package/libs/libevent2/patches/0002-Add-Uninstall.cmake.in-into-dist-archive.patch
parent63c43e5674f346b8ed13377d551e5699afbeb673 (diff)
downloadupstream-f351beedfd47766e5e44a04af50e3724bec54dbc.tar.gz
upstream-f351beedfd47766e5e44a04af50e3724bec54dbc.tar.bz2
upstream-f351beedfd47766e5e44a04af50e3724bec54dbc.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>
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
+