Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:maw:playground
mozilla-xulrunner181
rpath.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rpath.patch of Package mozilla-xulrunner181
Index: xulrunner/app/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/xulrunner/app/Makefile.in,v retrieving revision 1.23.2.2 diff -u -r1.23.2.2 Makefile.in --- xulrunner/app/Makefile.in 7 Oct 2005 15:41:04 -0000 1.23.2.2 +++ xulrunner/app/Makefile.in 22 Nov 2005 19:01:03 -0000 @@ -99,6 +99,7 @@ LIBS = \ $(STATIC_COMPONENTS_LINKER_PATH) \ $(EXTRA_DSO_LIBS) \ + $(RPATH) \ $(MOZ_JS_LIBS) \ $(XPCOM_LIBS) \ $(NSPR_LIBS) \ Index: toolkit/library/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/toolkit/library/Makefile.in,v retrieving revision 1.16 diff -u -r1.16 Makefile.in --- toolkit/library/Makefile.in 21 Jul 2005 13:33:41 -0000 1.16 +++ toolkit/library/Makefile.in 23 Nov 2005 07:56:58 -0000 @@ -255,6 +255,7 @@ $(LIBS_DIR) \ $(JPEG_LIBS) \ $(PNG_LIBS) \ + $(RPATH) \ $(MOZ_JS_LIBS) \ $(NULL) Index: embedding/browser/gtk/src/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/embedding/browser/gtk/src/Makefile.in,v retrieving revision 1.55 diff -u -r1.55 Makefile.in --- embedding/browser/gtk/src/Makefile.in 21 Jul 2005 13:33:40 -0000 1.55 +++ embedding/browser/gtk/src/Makefile.in 23 Nov 2005 08:03:20 -0000 @@ -120,6 +120,7 @@ ifdef MOZ_ENABLE_GTK2 EXTRA_DSO_LDOPTS = \ + $(RPATH) \ $(MOZ_COMPONENT_LIBS) \ $(NULL) endif Index: xpcom/stub/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/xpcom/stub/Makefile.in,v retrieving revision 1.14 diff -u -r1.14 Makefile.in --- xpcom/stub/Makefile.in 21 Jul 2005 14:05:54 -0000 1.14 +++ xpcom/stub/Makefile.in 23 Nov 2005 08:26:38 -0000 @@ -78,7 +78,7 @@ FORCE_SHARED_LIB = 1 -EXTRA_DSO_LDOPTS = $(LIBS_DIR) $(MOZ_FIX_LINK_PATHS) +EXTRA_DSO_LDOPTS = $(RPATH) $(LIBS_DIR) $(MOZ_FIX_LINK_PATHS) DEPENDENT_LIBS_LIST += \ $(LIB_PREFIX)nspr4$(DLL_SUFFIX) \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor