Skip to content

Commit

Permalink
devel/google-perftools: Add required test deps and mark TESTING_UNSAFE
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 1, 2024
1 parent c2afef5 commit ba721ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devel/google-perftools/Makefile
Expand Up @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv7= error: use of undeclared identifier '_URC_NO_REASON', see https://github.com/gperftools/gperftools/issues/1360
BROKEN_riscv64= error: Cannot calculate stack trace: will need to write for your environment, see https://github.com/gperftools/gperftools/issues/1359

USES= compiler:c11 gmake libtool localbase:ldflags
USES= compiler:c11 gmake libtool localbase:ldflags perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
USE_PERL5= test
TEST_TARGET= check
# two tests are failing
TESTING_UNSAFE= yes

LIBS+= -lexecinfo

Expand Down

0 comments on commit ba721ae

Please sign in to comment.