Skip to content

Commit

Permalink
dev-libs/boost: backport build fixes for Boost::Atomic
Browse files Browse the repository at this point in the history
Backport build fixes for atomic ops support on some ARM devices
Upstream bugreport - https://svn.boost.org/trac/boost/ticket/10446

Gentoo-Bug: 557168
Reported-by: Daniel Savard <[email protected]>
Gentoo-Bug: 558042
Reported-by: Michael Jones <[email protected]>

Package-Manager: portage-2.2.20
  • Loading branch information
Pinkbyte committed Aug 25, 2015
1 parent 61d877a commit 89f7694
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-libs/boost/boost-1.56.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ src_prepare() {
"${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" \
"${FILESDIR}/${PN}-1.52.0-threads.patch" \
"${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch" \
"${FILESDIR}/${PN}-1.55.0-variadic-templates.patch"
"${FILESDIR}/${PN}-1.55.0-variadic-templates.patch" \
"${FILESDIR}/${PN}-1.56.0-atomic.patch"

# Do not try to build missing 'wave' tool, bug #522682
# Upstream bugreport - https://svn.boost.org/trac/boost/ticket/10507
Expand Down
Loading

0 comments on commit 89f7694

Please sign in to comment.