From patchwork Fri May 7 11:16:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4249 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 4Fc7Fb4PWFz44R5 for ; Fri, 7 May 2021 11:17:07 +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 4Fc7FX4gt3z2cf; Fri, 7 May 2021 11:17:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Fc7FX3Cxnz2ylY; Fri, 7 May 2021 11:17:04 +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 4Fc7FW3sfKz2xSX for ; Fri, 7 May 2021 11:17:03 +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 4Fc7FV75Nhzxb; Fri, 7 May 2021 11:17:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1620386223; 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=0t4lGqZVpwU+o+6vIPl5P9sf9GULF+TWr2PAY5cqwpQ=; b=vevQo2DJYFrWMviFMK9shusltcBYIfeijX7XSzcJ7h8TLCzYuHTlXuRLAfwXEKXykS5hfH PALUjYL8C6PgYjAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1620386223; 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=0t4lGqZVpwU+o+6vIPl5P9sf9GULF+TWr2PAY5cqwpQ=; b=RLRUp40oAGpkKIbPuMpKteQQ+2GW4HG0alx1gRyptFAT37izWgTHlDs2gLp6uRCe+yHYlW VPPtuASx/L1m/SXmkixBHY+/sAD64tusca2X6OUmArLHIxpJIxVadpgHSgK/ZpVuULc2Bw wPDteXMJ/ui0Oy1xqSyfM68N0PMQKyMneFY5RsQcGxwAXwVrmgNeHWNhaJLyr9yFxvUERO 69wcZCcSnQLvPvoaJNi+9Ir10C8QzALIaXz7tGjas7TxmOOBCybR4RybqBK1//UeGLUK22 36b3Un9xdbd5+CF28JPoeoKwOqE6HBqczlxZm3Zo1FRvbwBuCc2lxyEpTEBmJQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 01/10] configure: Link against Python 3 Date: Fri, 7 May 2021 11:16:45 +0000 Message-Id: <20210507111654.2397-2-michael.tremer@ipfire.org> In-Reply-To: <20210507111654.2397-1-michael.tremer@ipfire.org> References: <74B08C60-EBDB-4C2E-83E0-A5EB5A0C3C5E@ipfire.org> <20210507111654.2397-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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4696d6b..1ce3329 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\ AC_SUBST([OUR_LDFLAGS], $with_ldflags) # Python -AM_PATH_PYTHON([2.7]) +AM_PATH_PYTHON([3.7]) PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}]) AC_CONFIG_FILES([