From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_REPLYTO_END_DIGIT, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A7E2B1F4B4 for ; Mon, 21 Dec 2020 18:48:26 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8CE59386F81A; Mon, 21 Dec 2020 18:48:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CE59386F81A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1608576505; bh=bc0iuIEXc27HUbU7xpdvOsEKQ6AIxytGPSNICceYCVk=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=p9lRUmobXfysRVwOhnZ1zF4QG49nSugf2xiCQbMdPsQL16toW9pu5UAPYEzbJsf4P wCF4+cSrfAuzUyqVR5kkRRH37r9Xw9k/T6op1eTotJfJXDNhp9DryYcFaVW7pBk/hl UWwRyqGGpo6vgCvHjtTrxyAnyHi+p/dh7Pe0dZsE= Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id 646A4384242C for ; Mon, 21 Dec 2020 18:48:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 646A4384242C Received: by mail-ed1-x534.google.com with SMTP id b73so10526300edf.13 for ; Mon, 21 Dec 2020 10:48:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bc0iuIEXc27HUbU7xpdvOsEKQ6AIxytGPSNICceYCVk=; b=OqbpS1xrjH9/BFAKsaBjPCDivOw6F1o84V3k6PtIrHPd/16y3Iwipttp1lowUlY9lH QjpYccp71+QBdsyXcohXBaUaC5/DGG47ZlAI9ge8ByG42YuzzJop6uKPjlfNTW81wjmz j5EGHx6hnDXWSJ9TVvr52gmnU8jimUygNT+ggquGWPqF8kj/bDFvC8Ud7LcZHCap2eO/ 0nLw5NWo94yBvhonfWLqW5PzhijouWsvsO5kT9A7yDBVkV4knBbUZW+teDyR6zpCq0W4 rLUCXayXDGO0jVRu8sZDoy9e1MWTp1amU3/Z4YSldkFmvg7b1VICFVbrt6M4OIomg8nf DPrw== X-Gm-Message-State: AOAM532Nzoi0ymYTlCJKl1dQWz9degb8sRAvW4QPW/6AEnxT/T9QTDJ+ QFcpEXyy6a3K4Eh85a5E8vU4nhppesCxd8NAgCI= X-Google-Smtp-Source: ABdhPJzpStXHZoEIhqfVKXDNiaUP0S5kBrDqV1zNYhHUnY0m/GYtcoOy0yDjrVQnAxA9qAR/dbOWmN9ciwKaEtstWMs= X-Received: by 2002:a05:6402:895:: with SMTP id e21mr17203807edy.284.1608576502426; Mon, 21 Dec 2020 10:48:22 -0800 (PST) MIME-Version: 1.0 References: <1578007510-24831-1-git-send-email-justinpopo6@gmail.com> <5c8580d9-e6db-f960-191b-720b954c3f50@gotplt.org> In-Reply-To: <5c8580d9-e6db-f960-191b-720b954c3f50@gotplt.org> Date: Mon, 21 Dec 2020 10:48:11 -0800 Message-ID: Subject: Re: [PATCH v2] configure.ac: option for user-defined-trusted-dirs To: Siddhesh Poyarekar Content-Type: text/plain; charset="UTF-8" X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Justin Chen via Libc-alpha Reply-To: Justin Chen Cc: code@mmayer.net, fw@deneb.enyo.de, Florian Fainelli , libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Sun, Dec 20, 2020 at 8:17 PM Siddhesh Poyarekar wrote: > > On 1/3/20 4:55 AM, justinpopo6@gmail.com wrote: > > From: Justin Chen > > > > User-defined-trusted-dirs is a variable used for adding additional > > default library search dirs for the dynamic loader. Add the ability > > to allow users to set it from the configure script. > > Hi Justin, > > Could you please confirm if you have signed a copyright assignment with > the FSF? The change is large enough that it ought to need an assignment > before proceeding with a review. Hello Siddhesh, No, I have not done this yet. Let me get this done and I will get back to you. Thanks, Justin > > Thanks, > Siddhesh