From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E6F27C433F5 for ; Wed, 16 Mar 2022 22:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 9E09E60F70; Wed, 16 Mar 2022 22:19:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xPKjufX0qLQ6; Wed, 16 Mar 2022 22:19:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B944760AD0; Wed, 16 Mar 2022 22:19:16 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 964F71BF3DB for ; Wed, 16 Mar 2022 22:19:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 92AC6817B3 for ; Wed, 16 Mar 2022 22:19:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=free.fr Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WP58-2b5Bydb for ; Wed, 16 Mar 2022 22:19:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by smtp1.osuosl.org (Postfix) with ESMTPS id AFA26817AA for ; Wed, 16 Mar 2022 22:19:14 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b51:cb00:6da3:2756:3f87:4127]) (Authenticated sender: yann.morin.1998@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id DB83613F86F; Wed, 16 Mar 2022 23:19:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1647469152; bh=nflg8+4oVd3CZtGqzXLzls8UGBZqAdcy0cIf+8+5cHc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zyxv+23qDg3hH9QHzn6kqo5+8SgLedGtpFLag9ML/gCeUaRsu4d5ZaFNs1N61xntc 7FRJp7fxeF5UECHRcdhQJP6SPzegRPfyFYM2adeueZIu9mYivYye+7Q7F4yNlxoLzo Bo1jhusPWuCUKVC99zuxzaRz4cQl/H/PZQoGF/jRRnWr8lUdaYIOa3shXfL2sKrmRM PZW5woYqrvtBnede/TQclM3yAsfmIoAHgynzvAp98HoASRS1PXEfraC+FBZPXEw6/b EeygPzpaBAhL+EN5YtHyDMuVIivPYJ1nUQjf69dx1zNAeRqpqGTGP+cL3wMZSQKw0I 5xYrUJiQxMcXQ== Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Wed, 16 Mar 2022 23:19:08 +0100 Date: Wed, 16 Mar 2022 23:19:08 +0100 From: "Yann E. MORIN" To: Fabrice Fontaine Message-ID: <20220316221908.GG283544@scaer> References: <20220316203922.3081843-1-fontaine.fabrice@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220316203922.3081843-1-fontaine.fabrice@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) Subject: Re: [Buildroot] [PATCH 1/2] package/libminiupnpc: disable sample and tests X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bernd Kuhls , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Fabrice, All, On 2022-03-16 21:39 +0100, Fabrice Fontaine spake thusly: > Disable sample and tests (which are built by default since version 2.1: > https://github.com/miniupnp/miniupnp/commit/530b2723500c4a708546815f5593b5c819ab5f76) > > Signed-off-by: Fabrice Fontaine Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/libminiupnpc/libminiupnpc.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/libminiupnpc/libminiupnpc.mk b/package/libminiupnpc/libminiupnpc.mk > index 551a6767cf..0633ccd234 100644 > --- a/package/libminiupnpc/libminiupnpc.mk > +++ b/package/libminiupnpc/libminiupnpc.mk > @@ -16,5 +16,6 @@ LIBMINIUPNPC_CPE_ID_VENDOR = miniupnp_project > LIBMINIUPNPC_CPE_ID_PRODUCT = miniupnpc > LIBMINIUPNPC_CPE_ID_VERSION = $(LIBMINIUPNPC_VERSION_MAJOR) > LIBMINIUPNPC_CPE_ID_UPDATE = $(LIBMINIUPNPC_VERSION_MINOR) > +LIBMINIUPNPC_CONF_OPTS = -DUPNPC_BUILD_SAMPLE=OFF -DUPNPC_BUILD_TESTS=OFF > > $(eval $(cmake-package)) > -- > 2.35.1 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot