From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 May 2021 10:20:14 +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 1lk0OE-0001kh-6u for lore@lore.pengutronix.de; Fri, 21 May 2021 10:20:14 +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 1lk0OD-0005EX-Oy; Fri, 21 May 2021 10:20:13 +0200 Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lk0Nt-0005EK-RU; Fri, 21 May 2021 10:19:53 +0200 Message-ID: <49887636339b7246e3662a4bb418a31e2dc73591.camel@pengutronix.de> From: Lucas Stach To: Michael Olbrich , ptxdist@pengutronix.de Date: Fri, 21 May 2021 10:19:53 +0200 In-Reply-To: <20210521072841.2133655-3-m.olbrich@pengutronix.de> References: <20210504203506.20672-1-l.stach@pengutronix.de> <20210521072841.2133655-1-m.olbrich@pengutronix.de> <20210521072841.2133655-3-m.olbrich@pengutronix.de> User-Agent: Evolution 3.40.1 (3.40.1-1.fc34) MIME-Version: 1.0 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 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 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? > + -lz \ > + -laio > + > # ---------------------------------------------------------------------------- > # Target-Install > # ---------------------------------------------------------------------------- _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de