From a84f1e321b97dc008c512a51fbf99e6ab3293237 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 3 Jan 2015 11:55:26 +0100 Subject: [PATCH] disable our -fPIE detection for freebsd for recursor for now --- pdns/configure-recursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/configure-recursor b/pdns/configure-recursor index 59fa9525f..c966d09d0 100755 --- a/pdns/configure-recursor +++ b/pdns/configure-recursor @@ -20,7 +20,7 @@ CF_STACK="" test_flags() { # test for relocation - if [ `uname -s` = 'SunOS' ]; then + if [ `uname -s` = 'SunOS' -o `uname -s` = 'FreeBSD' ]; then return fi -- 2.40.0