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_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=1757224644; bh=3bMpdwLS46d1CV6Y2yrDbAxGonrL5OJyJLWgH9XSnVg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:X-Gw-Outgoing-Server-Hash:X-Gw-Message-ID: X-Gw-PM-Hash: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=Tuq6QsgMVcXDWXcwFMc2rX4cGkdLc/3gaJm24g4/8bWqfh8Iv0AuTqQ8c/iEzR518 RbeKNmA2TVucQsbwJ4OceH6Zgrvw5qyDOakUGu5ztXYRDFt2X1IJsNZ8SDXCrkFcPM By07EDltmNqdSYtQiUXtrwwoSlGNIWRfEDbGJ35mAHZdjJAoMyAwPea32y5skAZ+gU mfZfGNy9VSG9pR5lOGKdcY1qtHRnnqFoOsZGCDdYrGRXMU4R+yQVuvFKum9E3x5mth YK7/LJVmpFKDP9m0Rj/QYXAeqBLvsGzVLSrV+yTYpg/cNObgvnKJTMSmBgwoKf2P0n /nfmFpTuuIK2A== Received: from linux.gnuweeb.org (unknown [182.253.126.215]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id A2CE631279A5; Sun, 7 Sep 2025 05:57:23 +0000 (UTC) Date: Sun, 7 Sep 2025 12:57:19 +0700 From: Ammar Faizi To: Alviro Iskandar Setiawan Cc: Ahmad Gani , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v8 2/2] gwproxy: refactor code base to add experimental raw DNS backend Message-ID: <20250907055719.GA3438918-ammarfaizi2@gnuweeb.org> References: <20250829075557.598176-1-reyuki@gnuweeb.org> <20250829075557.598176-3-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Gw-Outgoing-Server-Hash: 01afd303c8b96d0c1d5e80aa96a4ee40ec69888f786fa24107c0862c0644af79 X-Gw-Message-ID: 690dd880985d0a42d2bdb5ddadf81cbcfe91a68532b02445cc56e3f6edcdc8cb X-Gw-PM-Hash: 520861c61013bf5416b1bc71a39e945deaa5e303b1c1161cdb62ce9c850bc926 List-Id: On Sun, Sep 07, 2025 at 01:23:05PM +0900, Ammar Faizi wrote: > I have a small proposal. Writing this email from my Android phone right > now. I am still traveling. Sitting and waiting are boring, so I decided > to exercise my brain designing this solution. It keeps my brain active. I am back to my laptop now. Just pushed a new commit to speed up the configure script invokation. As gwproxy currently does not have any C++ code, there is no need to append CXXFLAGS, so, skip the CXXFLAGS tests. Consider rebasing if needed. https://github.com/GNUWeeb/gwproxy/commit/b1e70e468bab135a14a8faee3ea535ace9eac211 -- Ammar Faizi