public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libf2c/files: 20070912-link-shared-libf2c-correctly.patch
@ 2008-07-08  6:40 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 2+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-07-08  6:40 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/07/08 06:40:45

  Added:                20070912-link-shared-libf2c-correctly.patch
  Log:
  Bump to latest upstream code. (#164397) Provide SONAME in libf2c.so. Also links libf2c with libm so we don't get any undefined symbols.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)

Revision  Changes    Path
1.1                  dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch?rev=1.1&content-type=text/plain

Index: 20070912-link-shared-libf2c-correctly.patch
===================================================================
--- makefile.u.orig	2008-07-07 23:27:41.000000000 -0700
+++ makefile.u	2008-07-07 23:28:39.000000000 -0700
@@ -82,7 +82,7 @@
 ## of "cc -shared".
 
 libf2c.so: $(OFILES)
-	cc -shared -o libf2c.so $(OFILES)
+	$(CC) -shared -lm -o libf2c.so $(OFILES)
 
 ### If your system lacks ranlib, you don't need it; see README.
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libf2c/files: 20070912-link-shared-libf2c-correctly.patch
@ 2008-11-06 15:05 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-11-06 15:05 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/11/06 15:05:15

  Modified:             20070912-link-shared-libf2c-correctly.patch
  Log:
  Really including soname into shared library
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.2                  dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch?r1=1.1&r2=1.2

Index: 20070912-link-shared-libf2c-correctly.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20070912-link-shared-libf2c-correctly.patch	8 Jul 2008 06:40:45 -0000	1.1
+++ 20070912-link-shared-libf2c-correctly.patch	6 Nov 2008 15:05:15 -0000	1.2
@@ -5,7 +5,7 @@
  
  libf2c.so: $(OFILES)
 -	cc -shared -o libf2c.so $(OFILES)
-+	$(CC) -shared -lm -o libf2c.so $(OFILES)
++	$(CC) -shared -Wl,-soname,libf2c.so.2 -lm -o libf2c.so.2 $(OFILES)
  
  ### If your system lacks ranlib, you don't need it; see README.
  






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-06 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08  6:40 [gentoo-commits] gentoo-x86 commit in dev-libs/libf2c/files: 20070912-link-shared-libf2c-correctly.patch Donnie Berkholz (dberkholz)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-06 15:05 Sebastien Fabbro (bicatali)

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