From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11096 invoked from network); 11 Feb 2023 10:32:54 -0000 Received: from hurricane.the-brannons.com (HELO blvuug.org) (2602:ff06:725:1:20::25) by inbox.vuxu.org with ESMTPUTF8; 11 Feb 2023 10:32:54 -0000 Received: from hurricane (localhost.localdomain [127.0.0.1]) by blvuug.org (OpenSMTPD) with ESMTP id 09547e45 for ; Sat, 11 Feb 2023 10:32:52 +0000 (UTC) Received: from resqmta-h1p-028594.sys.comcast.net (resqmta-h1p-028594.sys.comcast.net [2001:558:fd02:2446::2]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 67c15068 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 11 Feb 2023 10:32:49 +0000 (UTC) Received: from resomta-h1p-028516.sys.comcast.net ([96.102.179.207]) by resqmta-h1p-028594.sys.comcast.net with ESMTP id Qn9Ep4yG7zZgKQnBXpYSWi; Sat, 11 Feb 2023 10:32:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1676111567; bh=lJmuWPjs2Tya3SRHEp48GPblHhZEEzdvW1gUSlaZWDg=; h=Received:Received:To:From:Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type:Xfinity-Spam-Result; b=ZpkQ9d+EA9AFFMQO2CFvvGao2s7RPm52Ra4UdXFzb/iiL07ToPlbL6pL7MqGnkFE5 OZcs5A1MWR4KtRdkP//yVHx6Mm0u/S7b1vi5g2YicsOr07ITb9i3HOd2gs+Ka1+2Qm VtIzaAFXQPcGWv41Q2gCYKvyKQtgiTLv5uYKh7+F+JEIsGrjTAbPrBvGFQpfofAX9J hgTWqHVJzsjTUvHXRoorGfVw8dqPsnIka1f6ScDng5ID+GOl/KyG/rxD+CZDqJpdHP Rz7Vb35t2CnghU2H/pvGtBz5U3Oaw4LqJM5Z+55kvApQ3vIw3HqePW1VggUhaRfEUc VIRxNUBQghQ6g== Received: from unknown ([IPv6:2601:408:c500:8ff0::27ed]) by resomta-h1p-028516.sys.comcast.net with ESMTPSA id QnBUpdC9zdPiEQnBWpLSpv; Sat, 11 Feb 2023 10:32:46 +0000 X-Xfinity-VMeta: sc=0.00;st=legit To: edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-To: Karl Dahlke References: User-Agent: edbrowse/3.8.6+ Subject: QuickJS and maintenance Date: Sat, 11 Feb 2023 05:32:44 -0500 Message-ID: <20230111053244.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=no Content-Transfer-Encoding: 7bit If quickjs were packaged, we would need to change the makefile, as it currently assumes it has been built statically in parallel. In other words, we would simply link to it as we do with curl and readline etc. We might need an environment flag or parameter or something conditional in the makefile, to snag the library from it's standard place if it is there, or from a parallel directory if we had to build it. Then we should update the corresponding paragraph in README, on what is going on. Karl Dahlke