From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4974 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: Mon, 28 Apr 2014 00:20:39 -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> <20140428062239.GA1516@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 1398669699 16869 80.91.229.3 (28 Apr 2014 07:21:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2014 07:21:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4978-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 28 09:21:31 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 1WefsW-0002bc-7l for gllmg-musl@plane.gmane.org; Mon, 28 Apr 2014 09:21:28 +0200 Original-Received: (qmail 28172 invoked by uid 550); 28 Apr 2014 07:21:23 -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 28162 invoked from network); 28 Apr 2014 07:21:22 -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=ZJscjSqoHNMCnOQec0AfQr7lIZ+a+CoefYExv/bMR1s=; b=tny3XmNbJrZQAuZRkSIqqCe9gGqWp6fqScVRMSfFYAMp6SJkNFCi5LnpFzT6CkLa5q ifc/svsz8VlAotkgYj3HXYTPpZfus5wWaIsyCsDN+dBNl2WP+cKyL1Rw7cNykk8Hyia3 9/yxVVWunPbXOIweocm27j75F1Pgnko7fJGVtHe3hgGMgKxg1g89IMynSF+dqeD+juef 3fZlopJ2B7lzqZccvdtJKgD240ql2CJJWCHSK7Qr89YyQeL+16Tr8rmjEt3FwrXcSKGp 0U4yptGchETfXErEy489rolmLMYpRhemiNtnGZtIAnEnfOViz/dV76s4Kz1CxoDLI/lZ KE9A== X-Received: by 10.50.30.167 with SMTP id t7mr21865670igh.17.1398669669555; Mon, 28 Apr 2014 00:21:09 -0700 (PDT) In-Reply-To: <20140428062239.GA1516@muslin> Xref: news.gmane.org gmane.linux.lib.musl.general:4974 Archived-At: > It should be possible to add -Wl,-soname=libc.so to LDFLAGS. > For example, > ./configure --prefix=/usr --libdir=/lib LDFLAGS="-Wl,-soname=libc.so" Yes. already dropped it in.