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 151944 Details for
Bug 235644
sbcl: threads
[?]
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 add docs and threads options for rpmbuild
sbcl.spec-with_threads.diff (text/plain), 1.10 KB, created by
Ben
on 2007-04-09 02:18:39 UTC
(
hide
)
Description:
patch to add docs and threads options for rpmbuild
Filename:
MIME Type:
Creator:
Ben
Created:
2007-04-09 02:18:39 UTC
Size:
1.10 KB
patch
obsolete
>--- sbcl.spec.orig 2007-03-26 10:50:58.000000000 -0400 >+++ sbcl.spec 2007-03-30 17:42:09.000000000 -0400 >@@ -1,3 +1,6 @@ >+%ifarch %{ix86} x86_64 >+#define _with_threads 1 >+%endif > > # build only a minimal sbcl whose sole-purpose is to be bootstrap > # for a future sbcl build >@@ -101,9 +104,9 @@ > %{?sbcl_verbose:%patch6 -p1 -b .verbose-build} > %patch7 -p1 -b .permissive > >+%if "%{?_with_threads:1}" == "1" > ## Enable sb-thread >-%ifarch %{ix86} x86_64 >-#sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr >+sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr > # or > #install -m644 -p %{SOURCE2} ./customize-target-features.lisp > %endif >@@ -148,9 +156,11 @@ > %{?setarch} %{?my_setarch} %{?sbcl_shell} ./make.sh %{?bootstrap} > > # docs >+%if "%{?!_without_docs:1}" == "1" > %if "%{?min_bootstrap}" == "%{nil}" > make -C doc/manual html info > %endif >+%endif > > > %check >@@ -216,11 +226,13 @@ > %{_bindir}/* > %{_libdir}/sbcl/ > %{_mandir}/man?/* >+%if "%{?!_without_docs:1}" == "1" > %if "%{?min_bootstrap}" == "%{nil}" > %doc doc/manual/sbcl > %doc doc/manual/asdf > %{_infodir}/* > %endif >+%endif > > > %clean
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 235644
: 151944