From c2ddf9a9ebb4ff7f187283afdaf9031dea9be127 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 12 Jun 2020 01:57:44 +0200 Subject: [PATCH] efl: disable backtrace support on musl again This messes things up so that E now crashes. The crashes come from logging code which attempts to do the backtrace stuff. Disable for now. --- srcpkgs/efl/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 2f513dd9b92..e5f9921e2bf 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -1,7 +1,7 @@ # Template file for 'efl' pkgname=efl version=1.24.2 -revision=2 +revision=3 build_style=meson configure_args=" -Dembedded-lz4=false @@ -61,11 +61,6 @@ else configure_args+=" -Dbuild-tests=false" fi -# for backtrace support -if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - makedepends+=" libexecinfo-devel" -fi - if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gettext-devel efl-devel" fi