From 53c0a02bb70bbf248957c132648efb4c26be94fd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 29 Aug 2016 15:26:20 +0200 Subject: [PATCH] perl: wth is going on. --- srcpkgs/perl/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 4d5ce8dec1e..1099d561298 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -165,7 +165,11 @@ do_configure() { -Dcccdlflags="-fPIC" \ -Doptimize="${CFLAGS}" -Dccflags="${CFLAGS}" \ -Dlddlflags="-shared ${LDFLAGS}" -Dldflags="${LDFLAGS}" \ - -Dperl_static_inline='static __inline__' -Dd_static_inline + -Dperl_static_inline='static __inline__' -Dd_static_inline || + { + cat ./config.log + return 42 + } } post_install() {