diff mbox series

[OpenWrt-Devel,1/1] libevent2: Don't build tests and samples

Message ID mailman.13731.1532953666.25356.openwrt-devel@lists.openwrt.org
State Accepted
Delegated to: John Crispin
Headers show
Series libevent2: Don't build tests and samples | expand

Commit Message

Thomas Richard via openwrt-devel July 30, 2018, 12:27 p.m. UTC
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>
diff mbox series

Patch

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 0000000000..506137d555
--- /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
+