瀏覽代碼

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 <[email protected]>
Eneas U de Queiroz 7 年之前
父節點
當前提交
26dbf79f49
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch

+ 13 - 0
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
+