public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/mozilla-firefox/files: mozilla-firefox-3.0-solaris64.patch
@ 2010-07-22 22:47 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2010-07-22 22:47 UTC (permalink / raw
  To: gentoo-commits

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






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

only message in thread, other threads:[~2010-07-22 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 22:47 [gentoo-commits] gentoo-x86 commit in www-client/mozilla-firefox/files: mozilla-firefox-3.0-solaris64.patch Jeremy Olexa (darkside)

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