From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1754001139; bh=FgFSaIyJKG1TuTXQwMaQycE66UY4Z+RvrK44OmuWWis=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID: Date:From:Reply-To:Subject:To:Cc:In-Reply-To:References: Resent-Date:Resent-From:Resent-To:Resent-Cc:User-Agent: Content-Type:Content-Transfer-Encoding; b=TBUwWIxSl3vHg4EG38b7h2V9Ns4WP3aAegkeXUmsTmUO4BZCCesq8e2ezV9POLdtY D9j34U0MOxOstXJ5lbOEvcIivR3otvL8h9sShmr1oDJfCZ79HjvnkS+sz4HfTTHQu1 yvU4TBw/c72jSUNywaBIPqPxF9hw7T4OadvvkluqszX/EwyuWxT8zXVP7oYzS/lsKy v/RiRvN5Go4fiPLQ65jHrctoNvl5th1lUANXhIa9RXUos68Se8j0wCNqqtSlM7JLOP 7SYUL9u+r/3T4b81qhDQqicupxITHE6kkIszvHGtLBhk7RUsXaCiUfT22czbrsfyYH sucTnmBuygDWQ== Received: from integral2.. (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 62A933126ED8; Thu, 31 Jul 2025 22:32:18 +0000 (UTC) From: Ammar Faizi To: Alviro Iskandar Setiawan Cc: Ammar Faizi , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v2 0/2] Fixes for older glibc version Date: Fri, 1 Aug 2025 05:32:13 +0700 Message-Id: <175400104376.298072.4574759016275675201@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250731222543.303821-1-alviro.iskandar@gnuweeb.org> References: <20250731222543.303821-1-alviro.iskandar@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Fri, 1 Aug 2025 05:25:41 +0700, Alviro Iskandar Setiawan wrote: > Good morning! > > Two patches to fix issues with older glibc version, specifically > glibc version 2.28 which is the default on AlmaLinux-8. > > GNU CC version 8.5.0 20210514 (Red Hat 8.5.0-26) with glibc version 2.28. > > [...] Applied, thanks! [1/2] log: Fix missing `gettid()` syscall on older glibc version commit: 5e7aa01e2958f46bbf1c035295370b8d98b062c3 [2/2] configure: Append `-lanl` lib to fix missing `getaddrinfo_a()` commit: a583bb879e3f043dfe7d723a74c7910c0c8ad5b4 Best regards, -- Ammar Faizi