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-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2E5B81F463 for ; Tue, 31 Dec 2019 19:50:21 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=bdpJb awNRj1aIIborH4qmPpEJRPADXI9GNJGN29xKggmdg9DPBWXJo6cUwJqOnc9eBalg 6h7/ASDyYBoIXZRi7XV+0Cgf2yOnK53FAGZsKZcz7EqC9+cEoYz1uqMy7p9jYU2j XVCzpDOOxywHIFqhpvwlN7vbeiiOaz+cRpRqKA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=u3qVB7Ti9YW lhksrHp1GhAT1DpE=; b=oEgfyA9BaBuBXqZf3aLSrlLVzUcpSdICMPVnWZZIzFO KgcjwENSsOj98oa3BTbTaTotcIC7uJc4wgaAk6Y45TLakyPc0jqlR63pgytMtS4n TwTzvmDSj29hjPoJshcxqvPBv5KhJxpqIC+CFiQU4qcoxg2mtTQoW9qpLQj2ZwwI = Received: (qmail 26300 invoked by alias); 31 Dec 2019 19:50:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 26290 invoked by uid 89); 31 Dec 2019 19:50:18 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: justinpopo6@gmail.com Cc: libc-alpha@sourceware.org, f.fainelli@gmail.com, code@mmayer.net Subject: Re: [PATCH] configure.ac: option for user-defined-trusted-dirs References: <1577820959-18469-1-git-send-email-justinpopo6@gmail.com> Date: Tue, 31 Dec 2019 20:49:26 +0100 In-Reply-To: <1577820959-18469-1-git-send-email-justinpopo6@gmail.com> (justinpopo6's message of "Tue, 31 Dec 2019 11:35:59 -0800") Message-ID: <87woacjmwp.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain * justinpopo6: > 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. Seems reasonable, but we should document the new option in manual/install.texi, and regenerate the configure and INSTALL files.