1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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>
This commit is contained in:
Eneas U de Queiroz 2018-07-30 12:27:52 +00:00 committed by John Crispin
parent 3083962dd4
commit 26dbf79f49

@ -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