Mageia Bugzilla – Attachment 5675 Details for
Bug 14680
libboost-static-devel is quite an empty package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Proposed patch to fix the problem against the svn.
boost-svn-bug14680.patch (text/plain), 1.04 KB, created by
Shlomi Fish
on 2014-12-03 10:08:45 CET
(
hide
)
Description:
Proposed patch to fix the problem against the svn.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2014-12-03 10:08:45 CET
Size:
1.04 KB
patch
obsolete
>Index: SPECS/boost.spec >=================================================================== >--- SPECS/boost.spec (revision 800229) >+++ SPECS/boost.spec (working copy) >@@ -6,7 +6,7 @@ > Summary: Portable C++ libraries > Name: boost > Version: 1.55.0 >-Release: %mkrel 7 >+Release: %mkrel 8 > License: Boost > Group: Development/C++ > URL: http://boost.org/ >@@ -16,7 +16,7 @@ > BuildRequires: zlib-devel > BuildRequires: icu-devel > BuildRequires: expat-devel >-BuildRequires: doxygen >+BuildRequires: doxygen > BuildRequires: xsltproc > BuildRequires: python3-devel > BuildRequires: openmpi-devel >@@ -203,7 +203,7 @@ > ./b2 -d+2 -q %{?_smp_mflags} \ > --prefix=%{_prefix} --libdir=%{_libdir} \ > -sHAVE_ICU=1 \ >- link=shared threading=multi debug-symbols=off \ >+ threading=multi debug-symbols=off \ > %ifarch %ix86 > instruction-set=i586 \ > %endif >@@ -217,7 +217,6 @@ > %install > ./b2 -d+2 -q %{?_smp_mflags} \ > --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} \ >- link=shared \ > install > > echo ============================= install Boost.Build ==================
Index: SPECS/boost.spec =================================================================== --- SPECS/boost.spec (revision 800229) +++ SPECS/boost.spec (working copy) @@ -6,7 +6,7 @@ Summary: Portable C++ libraries Name: boost Version: 1.55.0 -Release: %mkrel 7 +Release: %mkrel 8 License: Boost Group: Development/C++ URL: http://boost.org/ @@ -16,7 +16,7 @@ BuildRequires: zlib-devel BuildRequires: icu-devel BuildRequires: expat-devel -BuildRequires: doxygen +BuildRequires: doxygen BuildRequires: xsltproc BuildRequires: python3-devel BuildRequires: openmpi-devel @@ -203,7 +203,7 @@ ./b2 -d+2 -q %{?_smp_mflags} \ --prefix=%{_prefix} --libdir=%{_libdir} \ -sHAVE_ICU=1 \ - link=shared threading=multi debug-symbols=off \ + threading=multi debug-symbols=off \ %ifarch %ix86 instruction-set=i586 \ %endif @@ -217,7 +217,6 @@ %install ./b2 -d+2 -q %{?_smp_mflags} \ --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} \ - link=shared \ install echo ============================= install Boost.Build ==================
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14680
: 5675