From patchwork Mon Jul 30 12:27:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gio--- via openwrt-devel X-Patchwork-Id: 950853 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lists.openwrt.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LfQD1UCT"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41fJkL1P76z9ryl for ; Mon, 30 Jul 2018 22:27:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Date:Sender:Content-Type: Subject:List-Help:Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:Cc: From:List-Post:List-Id:Message-ID:MIME-Version:To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=LzegXBsFxj28080tsgJxsfcLZUPg6e5lhoDKTiVUBAA=; b=LfQD1UCTEDnhD8NVH+dOqHNcAk UxrKz6r4oP8O1+muN/D/IiDUjAqrsWH+tJ40MKWYmx1NJneZ4iLu6LB4/AIAzmUoWhGFpwl34yYGv P1aoyne648F1rOqwFi/zlg+SHh+iUPlGtWaiVI4OdpYdv7/vSTkUXrLMK+3dI5Iy1u4wDdXYE9hKQ vyp6FFJssglvhhJh0HHwTWbc5K+NQeNleaWRKZKMVDfBikg8qljSXsjV3S6z3qpx7iFsMsSYuSkST R/Qnov35CfjRqOTBZSKI8sSxgnRHoUg7pHbm1mpB3K7oc0X4VsANW1hXD4oO7kh1rodMOZbaCQUm1 wC4cHh1A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fk7H6-0005Fq-N8; Mon, 30 Jul 2018 12:27:44 +0000 To: openwrt-devel@lists.openwrt.org MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Eneas U de Queiroz via openwrt-devel From: gio--- via openwrt-devel Precedence: list Cc: Eneas U de Queiroz X-Mailman-Version: 2.1.21 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Eneas U de Queiroz List-Help: Subject: [OpenWrt-Devel] [PATCH 0/1] libevent2: Don't build tests and samples Sender: "openwrt-devel" Date: Mon, 30 Jul 2018 12:27:44 +0000 Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org 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 (times are for brcm47xx): time: package/libs/libevent2/compile#38.00#2.68#47.53 time: package/libs/libevent2/compile#21.46#1.76#28.24 I left PKG_REVISION unchanged since this does not alter any package files. Eneas U de Queiroz (1): libevent2: Don't build tests and samples .../0002-Makefile.am-omit-building-sample-and-test.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libs/libevent2/patches/0002-Makefile.am-omit-building-sample-and-test.patch