Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 639501 Details for
Bug 872752
Embedding xulrunner can be fixed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix xulrunner embedding v2
xulrunner-16.0-fix-embedding-v2.patch (text/plain), 1.79 KB, created by
Zoltan Boszormenyi
on 2012-11-06 18:54:08 UTC
(
hide
)
Description:
Patch to fix xulrunner embedding v2
Filename:
MIME Type:
Creator:
Zoltan Boszormenyi
Created:
2012-11-06 18:54:08 UTC
Size:
1.79 KB
patch
obsolete
>--- xulrunner-16.0.2/mozilla-release/xulrunner/installer/Makefile.in.orig 2012-11-05 11:17:57.000000000 +0100 >+++ xulrunner-16.0.2/mozilla-release/xulrunner/installer/Makefile.in 2012-11-05 11:56:22.513385775 +0100 >@@ -46,6 +46,7 @@ > > pkg_config_files = \ > libxul.pc \ >+ libxul-embedding-lib.pc \ > libxul-embedding.pc \ > mozilla-js.pc \ > mozilla-plugin.pc \ >--- xulrunner-16.0.2/mozilla-release/xulrunner/installer/libxul-embedding-lib.pc.in.orig 2012-11-05 11:59:31.493626458 +0100 >+++ xulrunner-16.0.2/mozilla-release/xulrunner/installer/libxul-embedding-lib.pc.in 2012-11-05 12:01:03.547230893 +0100 >@@ -0,0 +1,11 @@ >+prefix=%prefix% >+sdkdir=%sdkdir% >+includedir=%includedir% >+idldir=%idldir% >+ >+Name: libxul-embedding-lib >+Description: Static library for version-independent embedding of the Mozilla runtime for libraries >+Version: %MOZILLA_VERSION% >+Requires: %NSPR_NAME% >= %NSPR_VERSION% >+Libs: -L${sdkdir}/lib -lxpcomglue -ldl >+Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% >--- xulrunner-16.0.2/mozilla-release/xulrunner/installer/libxul-embedding.pc.in.fixembed 2012-11-05 11:17:57.227491778 +0100 >+++ xulrunner-16.0.2/mozilla-release/xulrunner/installer/libxul-embedding.pc.in 2012-11-05 12:01:56.140574788 +0100 >@@ -4,8 +4,8 @@ > idldir=%idldir% > > Name: libxul-embedding >-Description: Static library for version-independent embedding of the Mozilla runtime >+Description: Static library for version-independent embedding of the Mozilla runtime for applications > Version: %MOZILLA_VERSION% >-Requires: %NSPR_NAME% >= %NSPR_VERSION% >-Libs: -L${sdkdir}/lib -lxpcomglue -ldl >+Requires: %NSPR_NAME% >= %NSPR_VERSION% , libxul-embedding-lib = %MOZILLA_VERSION% >+Libs: -L${sdkdir}/lib -Wl,--whole-archive -lmozglue -lmemory -Wl,--no-whole-archive -ldl -rdynamic > Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 872752
:
637292
| 639501 |
639504