From 54d3948a29fc4aa734aaa39b565f15fb636a8608 Mon Sep 17 00:00:00 2001 From: pedro Date: Sat, 25 Apr 2020 19:33:28 +0200 Subject: [PATCH] router: Makefile: getdns: tune the recipe to work on Debian 10.x as a host --- release/src-rt-6.x.4708/router/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/src-rt-6.x.4708/router/Makefile b/release/src-rt-6.x.4708/router/Makefile index 3c23477616..a277aae9cc 100644 --- a/release/src-rt-6.x.4708/router/Makefile +++ b/release/src-rt-6.x.4708/router/Makefile @@ -2715,6 +2715,7 @@ getdns/build/Makefile: -DCMAKE_DISABLE_FIND_PACKAGE_Libsystemd=TRUE \ -DUSE_LIBIDN2=FALSE \ -DSTRPTIME_WORKS_EXITCODE=0 \ + -DSTRPTIME_WORKS_EXITCODE__TRYRUN_OUTPUT=1 \ .. getdns: $(OPENSSLDIR) libyaml getdns/build/Makefile