Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1382851 Details for
Bug 1467435
libxslt-devel.i686 and libxslt-devel.x86_64 cannot be simultaneously installed.
Home
New
Search
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.rh90 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]
libxslt-multilib.patch
libxslt-multilib.patch (text/plain), 883 bytes, created by
Artem S. Tashkinov
on 2018-01-18 10:48:11 UTC
(
hide
)
Description:
libxslt-multilib.patch
Filename:
MIME Type:
Creator:
Artem S. Tashkinov
Created:
2018-01-18 10:48:11 UTC
Size:
883 bytes
patch
obsolete
>diff -urN i686/bin/xslt-config x86_64/bin/xslt-config >--- i686/bin/xslt-config 2018-01-18 10:35:22.854437168 +0000 >+++ x86_64/bin/xslt-config 2018-01-18 10:35:57.975153203 +0000 >@@ -70,7 +70,7 @@ > ;; > > --plugins) >- echo /usr/lib/libxslt-plugins >+ echo ${libdir}/libxslt-plugins > exit 0 > ;; > >diff -urN i686/include/libxslt/xsltconfig.h x86_64/include/libxslt/xsltconfig.h >--- i686/include/libxslt/xsltconfig.h 2018-01-18 10:35:35.613333904 +0000 >+++ x86_64/include/libxslt/xsltconfig.h 2018-01-18 10:36:04.456101011 +0000 >@@ -120,7 +120,7 @@ > #ifndef WITH_MODULES > #define WITH_MODULES > #endif >-#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins" >+#ifdef __LP64__ >+#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib64/libxslt-plugins" >+#else /* __LP64__ */ >+#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins" >+#endif /* __LP64__ */ > #endif > > /**
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 1467435
: 1382851