From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 May 2021 12:47:27 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lk2gh-0002eK-Ow for lore@lore.pengutronix.de; Fri, 21 May 2021 12:47:27 +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 1lk2gg-0007xu-EL; Fri, 21 May 2021 12:47:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lk2gW-0007xk-Sw; Fri, 21 May 2021 12:47:16 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lk2gW-0002M3-Cz; Fri, 21 May 2021 12:47:16 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lk2gW-00EQUt-C7; Fri, 21 May 2021 12:47:16 +0200 Date: Fri, 21 May 2021 12:47:16 +0200 From: Michael Olbrich To: Lucas Stach Message-ID: <20210521104716.GD3634306@pengutronix.de> Mail-Followup-To: Lucas Stach , ptxdist@pengutronix.de References: <20210504203506.20672-1-l.stach@pengutronix.de> <20210521072841.2133655-1-m.olbrich@pengutronix.de> <20210521072841.2133655-3-m.olbrich@pengutronix.de> <49887636339b7246e3662a4bb418a31e2dc73591.camel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <49887636339b7246e3662a4bb418a31e2dc73591.camel@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 2/2] fio: don't try to use zlib or aio 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 On Fri, May 21, 2021 at 10:19:53AM +0200, Lucas Stach wrote: > Am Freitag, dem 21.05.2021 um 09:28 +0200 schrieb Michael Olbrich: > > Signed-off-by: Michael Olbrich > > --- > > rules/fio.make | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/rules/fio.make b/rules/fio.make > > index b52555e291e2..6c40524f1f28 100644 > > --- a/rules/fio.make > > +++ b/rules/fio.make > > @@ -46,6 +46,10 @@ FIO_CONF_OPT := \ > > --disable-libzbc \ > > --disable-tcmalloc \ > > > > +FIO__FLAGS_BLACKLIST := \ > > This shouldn't be a double underscore, right? Yes, of course. Fixed. Michael > > + -lz \ > > + -laio > > + > > # ---------------------------------------------------------------------------- > > # Target-Install > > # ---------------------------------------------------------------------------- > > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de