From patchwork Fri Feb 4 16:47:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5067 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1gq6R5mz3xff for ; Fri, 4 Feb 2022 16:48:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jr1gP3mVgz5RD; Fri, 4 Feb 2022 16:48:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jr1gN0pXBz32KM; Fri, 4 Feb 2022 16:48:00 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1gL1gvXz2ypv for ; Fri, 4 Feb 2022 16:47:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jr1gK5Kvxz4k9; Fri, 4 Feb 2022 16:47:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643993277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aYkillk1v+X1T8s0/Iw2En/AEd2Ds7WeukryPARvFzM=; b=N/w8eVF523u0C1u9Mpp/PJxwuo1rXWFfQS659/5EPhyGKEGuaEn+876yRBzzf8B0UwbGxp 0yAl74WJg2Oo96Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643993277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aYkillk1v+X1T8s0/Iw2En/AEd2Ds7WeukryPARvFzM=; b=ROEhONEvk5jUm6yHzHsPp9P1AZTQGkF8OczutLaQ2Uwyrq/2M+O4bGfCQ/VsMqtr1+ynx1 CDiu61r6RK69ich3SGWtp1lGlQUAh9tDE/4H83xrZprmbbT+fNxCZGv+1Z7PgyejUaJ3eh nldaDj7g/Ttndinlo+oDMG3V9ezkScJ0j2CCaAYVzBEbU2pJAN0JmAQryL1qqSq7sV1wx8 eK3wCRt59rbqckSf9cqiClW5aZ/ECKWwHNuSk0iZ4hVp4NQOEQ2Luk7UXZKN29HImhXTeJ KbfZMi57TtoZz0vAEZsRWseLUb4Y744ArGCPIisQ3lmJbjj3vHLhRC89+GdGsA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 16/28] hyperscan: Enable release build and disable examples Date: Fri, 4 Feb 2022 16:47:36 +0000 Message-Id: <20220204164748.315559-16-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> References: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/hyperscan | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/hyperscan b/lfs/hyperscan index f55e91606..ead1bc344 100644 --- a/lfs/hyperscan +++ b/lfs/hyperscan @@ -80,7 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && cmake . \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DBUILD_SHARED_LIBS:BOOL=ON \ - -DBUILD_STATIC_AND_SHARED:BOOL=OFF + -DBUILD_STATIC_AND_SHARED:BOOL=OFF \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_EXAMPLES=OFF cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)