Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-2.0.0.5-rpath-3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 278 - (show annotations) (download)
Mon Jul 23 20:24:48 2007 UTC (16 years, 9 months ago) by niro
File size: 490 byte(s)
mozilla-firefox-2.0.0.5-r1

1 # Gentoo http://bugs.gentoo.org/show_bug.cgi?id=100597
2
3 --- mozilla/config/rules.mk.orig 2006-07-07 06:13:36.000000000 +0200
4 +++ mozilla/config/rules.mk 2006-07-19 13:22:04.000000000 +0200
5 @@ -510,7 +510,12 @@
6 #
7 ifeq ($(OS_ARCH),Linux)
8 ifdef IS_COMPONENT
9 +DSO_LDOPTS += -Wl,-rpath,'$$ORIGIN:$$ORIGIN/..'
10 +OS_LDFLAGS += -Wl,-rpath,'$$ORIGIN:$$ORIGIN/..'
11 EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
12 +else
13 +DSO_LDOPTS += -Wl,-rpath,'$$ORIGIN'
14 +OS_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
15 endif
16 endif
17