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 161145 Details for
Bug 250802
Missing libboost_thread.so symlink
[?]
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 build only the multithreaded variant of the boost libraries
boost-only-multithreaded.patch (text/plain), 2.63 KB, created by
Braden McDaniel
on 2007-08-12 20:53:42 UTC
(
hide
)
Description:
Patch to build only the multithreaded variant of the boost libraries
Filename:
MIME Type:
Creator:
Braden McDaniel
Created:
2007-08-12 20:53:42 UTC
Size:
2.63 KB
patch
obsolete
>? .build-1.34.1-2.fc8.log >? .build-1.34.1-3.fc8.log >? boost-1.34.1-2.fc8.src.rpm >? boost-1.34.1-3.fc8.src.rpm >? boost-only-multithreaded.patch >? boost_1_34_1 >? x86_64 >Index: boost-configure.patch >=================================================================== >RCS file: /cvs/pkgs/rpms/boost/devel/boost-configure.patch,v >retrieving revision 1.1 >diff -a -d -u -r1.1 boost-configure.patch >--- boost-configure.patch 2 Aug 2007 05:48:06 -0000 1.1 >+++ boost-configure.patch 12 Aug 2007 20:46:31 -0000 >@@ -1,22 +1,5 @@ > *** configure.orig 2007-01-16 01:39:00.000000000 +0100 > --- configure 2007-01-19 03:53:08.000000000 +0100 >-*************** >-*** 9,15 **** >- >- BJAM="" >- TOOLSET="" >-! BJAM_CONFIG="" >- BUILD="" >- PREFIX=/usr/local >- EPREFIX= >---- 9,15 ---- >- >- BJAM="" >- TOOLSET="" >-! BJAM_CONFIG="-d2 --layout=system variant=release debug-symbols=on" >- BUILD="" >- PREFIX=/usr/local >- EPREFIX= > *************** INCLUDEDIR=$INCLUDEDIR > *** 325,332 **** > LIBS=$LIBS >Index: boost-lib-name-decoration.patch >=================================================================== >RCS file: boost-lib-name-decoration.patch >diff -N boost-lib-name-decoration.patch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ boost-lib-name-decoration.patch 12 Aug 2007 20:46:31 -0000 >@@ -0,0 +1,11 @@ >+--- Jamfile.v2.orig 2007-08-12 14:52:11.000000000 -0400 >++++ Jamfile.v2 2007-08-12 14:52:29.000000000 -0400 >+@@ -299,7 +299,7 @@ >+ else >+ { >+ return [ common.format-name >+- <base> <threading> <runtime> -$(BUILD_ID) >++ <base> -$(BUILD_ID) >+ : $(name) : $(type) : $(property-set) ] ; >+ } >+ } >Index: boost.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v >retrieving revision 1.37 >diff -a -d -u -r1.37 boost.spec >--- boost.spec 8 Aug 2007 16:00:52 -0000 1.37 >+++ boost.spec 12 Aug 2007 20:46:31 -0000 >@@ -25,6 +25,7 @@ > Patch1: boost-gcc-soname.patch > Patch2: boost-use-rpm-optflags.patch > Patch3: boost-run-tests.patch >+Patch4: boost-lib-name-decoration.patch > > %description > Boost provides free peer-reviewed portable C++ source libraries. The >@@ -69,6 +70,7 @@ > %patch1 -p0 > %patch2 -p0 > %patch3 -p0 >+%patch4 -p0 > > %build > BOOST_ROOT=`pwd` >@@ -85,7 +87,7 @@ > PYTHON_FLAGS="--with-python-root=/usr --with-python-version=$PYTHON_VERSION" > REGEX_FLAGS="--with-icu" > ./configure $BUILD_FLAGS $PYTHON_FLAGS $REGEX_FLAGS >-make all >+make all BJAM_CONFIG="%{?_smp_mflags} -d2 -sICU_PATH=%{_prefix} --layout=system variant=release threading=multi debug-symbols=on" > > # build docs, requires a network connection for docbook XSLT stylesheets > #cd ./doc
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 250802
: 161145