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 148873 Details for
Bug 164251
segfault on startup on x86_64
[?]
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]
Fix odd chars and syntax issues
john.patch (text/plain), 1.17 KB, created by
Ville Skyttä
on 2007-02-27 16:52:08 UTC
(
hide
)
Description:
Fix odd chars and syntax issues
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-02-27 16:52:08 UTC
Size:
1.17 KB
patch
obsolete
>Index: john.spec >=================================================================== >RCS file: /cvs/extras/rpms/john/devel/john.spec,v >retrieving revision 1.11 >diff -u -r1.11 john.spec >--- john.spec 10 Jan 2007 14:37:47 -0000 1.11 >+++ john.spec 27 Feb 2007 16:49:57 -0000 >@@ -27,7 +27,6 @@ > %build > > %define target_non_mmx generic >-%define target_mmx "%{nil}" > > %ifarch %{ix86} > %define target_non_mmx linux-x86-any >@@ -44,7 +43,7 @@ > > make -C src %{target_non_mmx} CFLAGS="${CFLAGS}" LDFLAGS="" > >-%if "%{target_mmx}" != "%{nil}" >+%if 0%{?target_mmx:1} > mv run/john run/john-non-mmx > > CFLAGS="${CFLAGS} -DCPU_FALLBACK=1" >@@ -61,7 +60,7 @@ > install -m 755 run/{john,mailer} %{buildroot}%{_bindir} > install -m 644 run/{*.chr,password.lst} %{buildroot}%{_datadir}/john > install -m 644 run/john.conf %{buildroot}%{_sysconfdir} >-%if "â {target_mmx}" != "%{nil}" >+%if 0%{?target_mmx:1} > install -d 755 %{buildroot}%{_libexecdir}/john > install -m 755 run/john-non-mmx %{buildroot}%{_libexecdir}/john/ > %endif >@@ -80,7 +79,7 @@ > %config(noreplace) %{_sysconfdir}/john.conf > %{_bindir}/* > %{_datadir}/john >-%if "â {target_mmx}" != "%{nil}" >+%if 0%{?target_mmx:1} > %{_libexecdir}/john/ > %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 164251
:
117149
| 148873