libevent2: Update to 2.1.11
[openwrt/openwrt.git] / package / libs / libevent2 / patches / 0002-Add-Uninstall.cmake.in-into-dist-archive.patch
1 From f05ba671931e2b4e38459899f6f63f79f99869fe Mon Sep 17 00:00:00 2001
2 From: Azat Khuzhin <a3at.mail@gmail.com>
3 Date: Sat, 3 Aug 2019 14:32:21 +0300
4 Subject: [PATCH] Add Uninstall.cmake.in into dist archive
5
6 Fixes: #863
7 ---
8 Makefile.am | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index af75a963..92f9433c 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -127,6 +127,7 @@ CMAKE_FILES = \
16 cmake/LibeventConfig.cmake.in \
17 cmake/LibeventConfigVersion.cmake.in \
18 cmake/VersionViaGit.cmake \
19 + cmake/Uninstall.cmake.in \
20 event-config.h.cmake \
21 evconfig-private.h.cmake \
22 CMakeLists.txt
23 --
24 2.22.0
25