sys-libs/libunwind: restore elibtoolize call
authorMike Frysinger <vapier@gentoo.org>
Mon, 13 Jun 2016 18:21:17 +0000 (14:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 13 Jun 2016 18:21:17 +0000 (14:21 -0400)
sys-libs/libunwind/libunwind-1.2_rc1.ebuild

index 124f64844936a3aa12b2c991c592244d7ac717b6..9d102134d9f5b69a56e37ec530b0a612a0b31830 100644 (file)
@@ -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) \