From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ky6QA-00011G-7c for garchives@archives.gentoo.org; Thu, 06 Nov 2008 15:05:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199AFE030D; Thu, 6 Nov 2008 15:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7C9BE030D for ; Thu, 6 Nov 2008 15:05:17 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0B021644B8 for ; Thu, 6 Nov 2008 15:05:16 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Ky6Q7-00057K-M7 for gentoo-commits@lists.gentoo.org; Thu, 06 Nov 2008 15:05:15 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libf2c/files: 20070912-link-shared-libf2c-correctly.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 20070912-link-shared-libf2c-correctly.patch X-VCS-Directories: dev-libs/libf2c/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Thu, 06 Nov 2008 15:05:15 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6872255a-8f5f-4098-acda-d4eb947e9a01 X-Archives-Hash: 9e2969a85fdd8c600455b9c37b77cade 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-co= rrectly.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/fi= les/20070912-link-shared-libf2c-correctly.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/fi= les/20070912-link-shared-libf2c-correctly.patch?rev=3D1.2&content-type=3D= text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/fi= les/20070912-link-shared-libf2c-correctly.patch?r1=3D1.1&r2=3D1.2 Index: 20070912-link-shared-libf2c-correctly.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/libf2c/files/20070912-link-sha= red-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 @@ =20 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) =20 ### If your system lacks ranlib, you don't need it; see README. =20