summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2018-07-30 12:27:52 +0000
committerJohn Crispin <john@phrozen.org>2018-08-08 15:41:44 +0200
commitfe90d14880ad80e5cbc0eba036f8f9f83fa77396 (patch)
treed774453f2e10e305bf4674b053478ae650d677a1
parenteb06fa6cf73a8a10615ff0e311faf2eb862be3f6 (diff)
downloadmtk-20170518-fe90d14880ad80e5cbc0eba036f8f9f83fa77396.zip
mtk-20170518-fe90d14880ad80e5cbc0eba036f8f9f83fa77396.tar.gz
mtk-20170518-fe90d14880ad80e5cbc0eba036f8f9f83fa77396.tar.bz2
libevent2: Don't build tests and samples
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. This reduces build time significantly. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> (cherry picked from commit 26dbf79f4905e6b5ba5aafdc2271c3a864dd1924)
-rw-r--r--package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 0000000..506137d
--- /dev/null
+++ b/package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch
@@ -0,0 +1,13 @@
+--- 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
+