]> granicus.if.org Git - pdns/commitdiff
disable our -fPIE detection for freebsd for recursor for now
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 3 Jan 2015 10:55:26 +0000 (11:55 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 3 Jan 2015 10:55:26 +0000 (11:55 +0100)
pdns/configure-recursor

index 59fa9525ffe31891a1eb8e99eb8ed92f63e80bfb..c966d09d04156fa61b8a9d4dd46a311960e1b7d9 100755 (executable)
@@ -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