projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64648ac
)
sys-libs/libunwind: clean up debug configure bug
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 13 Jun 2016 18:22:58 +0000
(14:22 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 13 Jun 2016 18:22:58 +0000
(14:22 -0400)
Should have been dropped in the previous clean up here.
sys-libs/libunwind/libunwind-1.2_rc1.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
index 9d102134d9f5b69a56e37ec530b0a612a0b31830..5aa3d7093ebafb555b0b337c406247fbf1058bc4 100644
(file)
--- a/
sys-libs/libunwind/libunwind-1.2_rc1.ebuild
+++ b/
sys-libs/libunwind/libunwind-1.2_rc1.ebuild
@@
-39,7
+39,6
@@
src_prepare() {
}
src_configure() {
- # https://savannah.nongnu.org/bugs/index.php?34324
# --enable-cxx-exceptions: always enable it, headers provide the interface
# and on some archs it is disabled by default causing a mismatch between the
# API and the ABI, bug #418253