From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4971 Path: news.gmane.org!not-for-mail From: Khem Raj Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 2/3] Add soname to dynamic section Date: Sun, 27 Apr 2014 23:00:16 -0700 Message-ID: References: <1398649434-23560-1-git-send-email-raj.khem@gmail.com> <1398649434-23560-2-git-send-email-raj.khem@gmail.com> <20140428020032.GU26358@brightrain.aerifal.cx> <20140428055421.GA1429@muslin> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1398664868 15724 80.91.229.3 (28 Apr 2014 06:01:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2014 06:01:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4975-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 28 08:01:00 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Weece-0003Wi-It for gllmg-musl@plane.gmane.org; Mon, 28 Apr 2014 08:01:00 +0200 Original-Received: (qmail 22190 invoked by uid 550); 28 Apr 2014 06:00:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22179 invoked from network); 28 Apr 2014 06:00:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=FViQvJN20cUA5M/XDj1heX5yxaobYuktzykp9K8GIqE=; b=AkpuOiupsSMs9CNElSS5EcgtiJvPRLWMFpttyYIw25JJ91JP33PY3wVJ6Ob1JSH7PS s4MXfInU9PYKrtRaCHF6rcjnG2iVpV78FWZN4YcImg5Q2FRS4Y3+bk5j33YqIyegm9Aa 43w6d+4QsIFkTwLxIkIUxHzCgARCQJnmQ6Pbe8bNlcQcqVCwg5d8mg05Ka+2Xw5sofjX UpY0Ttt4kaQ5Cq0nLOBiaZL+90djsj1emL7Rnhd7JsTAiNuL25ukBmxv6l3xfvb4GAbG HWIACdvMYV3UT47CCS3YT1qM9nbPcpGefNBolGJRgmgwIG2gaMKr6TPwCwCRvzatQh52 BXqw== X-Received: by 10.50.60.72 with SMTP id f8mr21512855igr.20.1398664846561; Sun, 27 Apr 2014 23:00:46 -0700 (PDT) In-Reply-To: <20140428055421.GA1429@muslin> Xref: news.gmane.org gmane.linux.lib.musl.general:4971 Archived-At: On Sun, Apr 27, 2014 at 10:54 PM, Isaac Dunham wrote: > > The SONAME used to be in the makefile, but was removed due to people > encountering problems when they ran ldconfig. well, it seems coexisting is another usecase. My systems are bootstrapped with musl so I do not worry about ldconfig and glibc being around. so may be making soname configurable (--enable-soname/--disable-soname) is middle ground