public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/openblas/, sci-libs/openblas/files/
Date: Wed, 27 Jun 2012 15:06:59 +0000 (UTC)	[thread overview]
Message-ID: <1340809594.c9f6f2cf30fbbf170107286e86bc05ab266f7092.bicatali@gentoo> (raw)

commit:     c9f6f2cf30fbbf170107286e86bc05ab266f7092
Author:     Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Wed Jun 27 15:06:34 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 15:06:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9f6f2cf

sci-libs/openblas: fixed soname

(Portage version: 2.2.01.20430-prefix/git/Linux x86_64, unsigned Manifest commit)

---
 sci-libs/openblas/ChangeLog                        |    4 ++++
 .../openblas/files/openblas-sharedlibs-0.2.patch   |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-libs/openblas/ChangeLog b/sci-libs/openblas/ChangeLog
index ca933f9..b31db97 100644
--- a/sci-libs/openblas/ChangeLog
+++ b/sci-libs/openblas/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org>
+  files/openblas-sharedlibs-0.2.patch:
+  sci-libs/openblas: fixed soname
+
 *openblas-0.2.0 (26 Jun 2012)
 
   26 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> -openblas-0.1.ebuild,

diff --git a/sci-libs/openblas/files/openblas-sharedlibs-0.2.patch b/sci-libs/openblas/files/openblas-sharedlibs-0.2.patch
index fd59785..a66b314 100644
--- a/sci-libs/openblas/files/openblas-sharedlibs-0.2.patch
+++ b/sci-libs/openblas/files/openblas-sharedlibs-0.2.patch
@@ -8,7 +8,7 @@
 +	$(CC) $(LDFLAGS) -shared \
  	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
 -	-Wl,--retain-symbols-file=linux.def -Wl,-soname,$(LIBPREFIX).so.$(MAJOR_VERSION) $(EXTRALIB)
-+	-Wl,--retain-symbols-file=linux.def -Wl,-soname,$(LIBPREFIX).so.$(MAJOR_VERSION) $(EXTRALIB) -o ../$(LIBSONAME)
++	-Wl,--retain-symbols-file=linux.def -Wl,-soname,$(LIBSONAME) $(EXTRALIB) -o ../$(LIBSONAME)
  	$(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
  	rm -f linktest
  
@@ -20,7 +20,7 @@
 +	$(CC) $(LDFLAGS)  -shared \
  	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
 -	-Wl,--retain-symbols-file=linux.def $(FEXTRALIB) $(EXTRALIB)
-+	-Wl,--retain-symbols-file=linux.def $(FEXTRALIB) $(EXTRALIB) -o ../$(LIBSONAME)
++	-Wl,--soname=$(LIBSONAME) -Wl,--retain-symbols-file=linux.def $(FEXTRALIB) $(EXTRALIB) -o ../$(LIBSONAME)
  	$(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
  	rm -f linktest
  
@@ -38,7 +38,7 @@
 -	$(CC) $(CFLAGS)  -shared -o ../$(LIBSONAME) \
 -	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive $(EXTRALIB)
 +	$(CC) $(LDFLAGS)  -shared  \
-+	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive $(EXTRALIB) \
++	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive -Wl,--soname=$\(LIBSONAME) $(EXTRALIB) \
 +	-o ../$(LIBSONAME)
  	$(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
  	rm -f linktest



             reply	other threads:[~2012-06-27 15:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 15:06 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-25  4:40 [gentoo-commits] proj/sci:master commit in: sci-libs/openblas/, sci-libs/openblas/files/ Benda XU
2017-04-29  9:50 Justin Lecher
2014-10-06  5:56 Justin Lecher
2013-07-24 23:05 Sebastien Fabbro
2012-07-10 21:28 Sebastien Fabbro
2012-06-26 22:27 Sebastien Fabbro
2012-03-23 20:23 Andrea Arteaga
2011-08-04  0:30 Andrea Arteaga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340809594.c9f6f2cf30fbbf170107286e86bc05ab266f7092.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox