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 314968 Details for
Bug 460118
glibc configure complains about "old 'crypt' add-on"
[?]
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]
Exclude crypt and localedata from the list of automatically selected addons
configure.in.patch (text/plain), 531 bytes, created by
Denys Vlasenko
on 2008-08-26 09:12:41 UTC
(
hide
)
Description:
Exclude crypt and localedata from the list of automatically selected addons
Filename:
MIME Type:
Creator:
Denys Vlasenko
Created:
2008-08-26 09:12:41 UTC
Size:
531 bytes
patch
obsolete
>diff -d -urpN libc.0/configure.in libc.t1/configure.in >--- libc.0/configure.in 2008-06-25 21:03:52.000000000 +0200 >+++ libc.t1/configure.in 2008-08-26 10:53:02.000000000 +0200 >@@ -339,7 +339,8 @@ case "$enable_add_ons" in > ''|no) add_ons= ;; > yes|'*') > add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps | >- sed 's@/[[^/]]*$@@' | sort | uniq` >+ sed 's@/[[^/]]*$@@' | >+ grep -v '^crypt$' | grep -v '^localedata$' | sort | uniq` > add_ons_automatic=yes > ;; > *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
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 460118
: 314968