From patchwork Wed Feb 22 10:14:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6601 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 4PMBpX03T0z3x1t for ; Wed, 22 Feb 2023 10:14:27 +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 4PMBpV3Qncz1C9; Wed, 22 Feb 2023 10:14:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PMBpV1R7Dz2xX9; Wed, 22 Feb 2023 10:14:26 +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 4PMBpS4J2nz2xX9 for ; Wed, 22 Feb 2023 10:14:24 +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 4PMBpS0DM8z101; Wed, 22 Feb 2023 10:14:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677060864; 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; bh=2XqgdLuKZm7XpIwhULxxPYit2WEJvjOj+SfeTW3/uQs=; b=5ynoWTPPB+24MGS7JalPRxX7r7EKsDRr7sls5yPbAk+1i6VSUTnabw0sPMPEDhx1Q4Sh3T xOkl0eS6YAfGBrBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677060864; 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; bh=2XqgdLuKZm7XpIwhULxxPYit2WEJvjOj+SfeTW3/uQs=; b=iVt0WiEvrr9mjwghDVxnca8RLB6f/dU8CKaZxF0nMPtBRVsk6KhV6JSaA+361DqqNaM3U7 qDVTHcY1JtbJZ5EMAeWU9Z56gfy7BvWKBx52LUWg0U/hFyQnGMFHRkODZ6IVACUGHIUWjP P+/I7URdZl2ali3HMuF0SviQcqP0gxzAoE3ropgdikDAHMmPKN7SZeY1W2jVAfH2Z54t7O p8/LOdqR2fo9eGtZWUXIepopbCm7SpVPuk6ljSlBfFuhc2Ee8Mbst3TpeRG1EK4olb/U0F yGwEE1/T4U/YBMlJHy8gFfsSPDpuwFJrXLYd8oNVY51F+b+Abj+TBVnLEVsBhA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] libtirc: Build with gss support Date: Wed, 22 Feb 2023 11:14:15 +0100 Message-Id: <20230222101416.519275-1-stefan.schantl@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- libtirpc/libtirpc.nm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libtirpc/libtirpc.nm b/libtirpc/libtirpc.nm index 55857a103..418960cd8 100644 --- a/libtirpc/libtirpc.nm +++ b/libtirpc/libtirpc.nm @@ -5,7 +5,7 @@ name = libtirpc version = 1.3.3 -release = 2 +release = 3 groups = System/Libraries url = http://nfsv4.bullopensource.org/ @@ -27,6 +27,7 @@ build autoconf automake libtool + krb5-devel end prepare_cmds @@ -34,9 +35,6 @@ build autoreconf -fisv end - configure_options += \ - --disable-gssapi - install_cmds # Fix installation path of the man pages. mv %{BUILDROOT}%{mandir}/man3{,t}