From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Jul 2022 09:12:11 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o9i9o-00ADiI-JB for lore@lore.pengutronix.de; Fri, 08 Jul 2022 09:12:11 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o9i9q-0002hX-Mx; Fri, 08 Jul 2022 09:12:10 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o9i8l-0001uQ-BF for ptxdist@pengutronix.de; Fri, 08 Jul 2022 09:11:07 +0200 Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1o9i8k-0004nZ-D1; Fri, 08 Jul 2022 09:11:02 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Fri, 8 Jul 2022 09:10:59 +0200 Message-Id: <20220708071102.18393-2-ada@thorsis.com> In-Reply-To: <20220708071102.18393-1-ada@thorsis.com> References: <20220708071102.18393-1-ada@thorsis.com> Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 1/4] libzmq: Pin some more configure options X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Aring Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Should give the same settings as before. Signed-off-by: Alexander Dahl --- rules/libzmq.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/libzmq.make b/rules/libzmq.make index d96e7b420..0220a6c23 100644 --- a/rules/libzmq.make +++ b/rules/libzmq.make @@ -40,8 +40,10 @@ LIBZMQ_CONF_OPT := \ --disable-static \ --enable-shared \ --disable-debug \ + --enable-eventfd \ --with-gnu-ld \ --without-gcov \ + --without-libsodium \ --without-documentation \ --with-poller=epoll \ --without-pgm -- 2.30.2