public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/blas-goto/files: blas-goto-1.26-sharedlibs.patch
@ 2009-03-07 23:07 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-03-07 23:07 UTC (permalink / raw
  To: gentoo-commits

patrick     09/03/07 23:07:50

  Added:                blas-goto-1.26-sharedlibs.patch
  Log:
  Bump to 1.26, small sharedlibs patch by Juan Aguado
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/blas-goto/files/blas-goto-1.26-sharedlibs.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/files/blas-goto-1.26-sharedlibs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/files/blas-goto-1.26-sharedlibs.patch?rev=1.1&content-type=text/plain

Index: blas-goto-1.26-sharedlibs.patch
===================================================================
--- exports/Makefile.orig	2008-03-12 12:16:22.966541966 +0000
+++ exports/Makefile	2008-03-12 12:24:08.850292012 +0000
@@ -134,13 +134,13 @@
 ../$(LIBSONAME) : ../$(LIBNAME) linux.def
 	$(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \
 	-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
-	-Wl,--retain-symbols-file=linux.def $(EXTRALIB)
+	-Wl,--retain-symbols-file=linux.def $(EXTRALIB) -lm
 
 endif
 
 ifeq ($(OSNAME), FreeBSD)
 
-so : ../$(LIBSONAME) test
+so : ../$(LIBSONAME)
 
 ../$(LIBSONAME) : ../$(LIBNAME) linux.def
 	$(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-07 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 23:07 [gentoo-commits] gentoo-x86 commit in sci-libs/blas-goto/files: blas-goto-1.26-sharedlibs.patch Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox