public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-client/mozilla-firefox/files: mozilla-firefox-3.0-solaris64.patch
Date: Thu, 22 Jul 2010 22:47:43 +0000 (UTC)	[thread overview]
Message-ID: <20100722224743.C70EF2CE15@corvid.gentoo.org> (raw)

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=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/mozilla-firefox/files/mozilla-firefox-3.0-solaris64.patch?rev=1.1&content-type=text/plain

Index: mozilla-firefox-3.0-solaris64.patch
===================================================================
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="$ASFLAGS -fPIC"
-       DSO_LDOPTS='-G'
+       DSO_LDOPTS='-shared'
        _WARNINGS_CFLAGS=''
        _WARNINGS_CXXFLAGS=''
        if test "$OS_RELEASE" = "5.3"; then






                 reply	other threads:[~2010-07-22 22:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100722224743.C70EF2CE15@corvid.gentoo.org \
    --to=darkside@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