diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-13 14:21:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-13 14:21:17 -0400 |
commit | 64648ac299e8986a3bcc0de2957573192e3047f6 (patch) | |
tree | b3905eb7c7ded0fb95774b4508c687e432f32272 /sys-libs | |
parent | sys-libs/libunwind: clean up debug configure logic (diff) | |
download | gentoo-64648ac299e8986a3bcc0de2957573192e3047f6.tar.gz gentoo-64648ac299e8986a3bcc0de2957573192e3047f6.tar.bz2 gentoo-64648ac299e8986a3bcc0de2957573192e3047f6.zip |
sys-libs/libunwind: restore elibtoolize call
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.2_rc1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild index 124f64844936..9d102134d9f5 100644 --- a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild +++ b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild @@ -34,6 +34,8 @@ src_prepare() { # These tests like to fail. bleh. echo 'int main(){return 0;}' > tests/Gtest-dyn1.c echo 'int main(){return 0;}' > tests/Ltest-dyn1.c + + elibtoolize } src_configure() { @@ -47,9 +49,9 @@ src_configure() { ac_cv_header_atomic_ops_h=$(usex libatomic) \ econf \ --enable-cxx-exceptions \ - --enable-coredump \ - --enable-ptrace \ - --enable-setjmp \ + --enable-coredump \ + --enable-ptrace \ + --enable-setjmp \ $(use_enable debug-frame) \ $(use_enable doc documentation) \ $(use_enable lzma minidebuginfo) \ |