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 151991 Details for
Bug 235673
cmake: executable shlibs
[?]
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]
executable shlibs
cmake-2.4.6-x_shlibs.patch (text/plain), 607 bytes, created by
Rex Dieter
on 2007-04-09 14:56:49 UTC
(
hide
)
Description:
executable shlibs
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2007-04-09 14:56:49 UTC
Size:
607 bytes
patch
obsolete
>--- cmake-2.4.6/Source/cmFileCommand.cxx.x_shlibs 2007-01-10 11:59:12.000000000 -0600 >+++ cmake-2.4.6/Source/cmFileCommand.cxx 2007-04-09 09:44:26.000000000 -0500 >@@ -1107,8 +1107,11 @@ > permissions_file = 0; > permissions_file |= mode_owner_read; > permissions_file |= mode_owner_write; >+ permissions_file |= mode_owner_execute; > permissions_file |= mode_group_read; >+ permissions_file |= mode_group_execute; > permissions_file |= mode_world_read; >+ permissions_file |= mode_world_execute; > break; > #endif > case cmTarget::EXECUTABLE:
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 235673
: 151991