From: bert hubert Date: Sat, 3 Jan 2015 10:55:26 +0000 (+0100) Subject: disable our -fPIE detection for freebsd for recursor for now X-Git-Tag: rec-3.7.0-rc1~67^2~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a84f1e321b97dc008c512a51fbf99e6ab3293237;p=pdns disable our -fPIE detection for freebsd for recursor for now --- 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