From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oc4YO-00070s-G7 for garchives@archives.gentoo.org; Thu, 22 Jul 2010 22:47:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23BAEE0B1F; Thu, 22 Jul 2010 22:47:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 096EBE0B1F for ; Thu, 22 Jul 2010 22:47:46 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2A2E1B4266 for ; Thu, 22 Jul 2010 22:47:45 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2214) id C70EF2CE15; Thu, 22 Jul 2010 22:47:43 +0000 (UTC) From: "Jeremy Olexa (darkside)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, darkside@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-client/mozilla-firefox/files: mozilla-firefox-3.0-solaris64.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: mozilla-firefox-3.0-solaris64.patch X-VCS-Directories: www-client/mozilla-firefox/files X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa Content-Type: text/plain; charset=utf8 Message-Id: <20100722224743.C70EF2CE15@corvid.gentoo.org> Date: Thu, 22 Jul 2010 22:47:43 +0000 (UTC) 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: 772f8883-76d3-4680-9157-220f832dae37 X-Archives-Hash: e9c2e49214ee5fe7d280b5afc69fb057 darkside 10/07/22 22:47:43 Added: mozilla-firefox-3.0-solaris64.patch Log: Migrate changes from Gentoo Prefix overlay. Convert to EAPI3, add patch= , modify paths, etc. Approved by mozilla team in IRC. (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.1 www-client/mozilla-firefox/files/mozilla-firefox-3.0= -solaris64.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/mozilla= -firefox/files/mozilla-firefox-3.0-solaris64.patch?rev=3D1.1&view=3Dmarku= p plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/mozilla= -firefox/files/mozilla-firefox-3.0-solaris64.patch?rev=3D1.1&content-type= =3Dtext/plain Index: mozilla-firefox-3.0-solaris64.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 Don't use -G, it results in a relocation error against _DYNAMIC on amd64, use -shared instead per the manpage, and as it works as well. --- configure.in +++ configure.in @@ -2481,7 +2481,7 @@ AC_LANG_RESTORE else ASFLAGS=3D"$ASFLAGS -fPIC" - DSO_LDOPTS=3D'-G' + DSO_LDOPTS=3D'-shared' _WARNINGS_CFLAGS=3D'' _WARNINGS_CXXFLAGS=3D'' if test "$OS_RELEASE" =3D "5.3"; then