diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-08-09 15:27:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-08-09 15:27:52 +0200 |
commit | 2a8d8adfb0a9e9a9b84793c1400bef6509c2690b (patch) | |
tree | 1b13461f352b2f6c6d726f4417b88770beb70c8e | |
parent | 9fe68b436947c49683ad628b44d416c6064270e9 (diff) | |
download | upstream-2a8d8adfb0a9e9a9b84793c1400bef6509c2690b.tar.gz upstream-2a8d8adfb0a9e9a9b84793c1400bef6509c2690b.tar.bz2 upstream-2a8d8adfb0a9e9a9b84793c1400bef6509c2690b.zip |
Revert "libevent2: Don't build tests and samples"
This reverts commit fe90d14880ad80e5cbc0eba036f8f9f83fa77396.
The cherry pick does not apply cleanly to 18.06.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch | 13 |
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 - |