summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@falla.debian.org>2014-04-24 10:45:02 -0600
committerLaMont Jones <lamont@debian.org>2014-04-24 10:45:52 -0600
commit06aaa81405ee6d15a706f829443872f686945c4c (patch)
tree986f2abb6eb54e58d9cb966458c74bed08337164
parentb2280597de925487d6e6277a5d04d19e9305dd6e (diff)
downloadbind9-06aaa81405ee6d15a706f829443872f686945c4c.tar.gz
FTBFS on kfreebsd.
Addresses-Debian-Bug: 741285 Signed-off-by: LaMont Jones <lamont@debian.org>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 818d6dd3..70ed5741 100644
--- a/configure.in
+++ b/configure.in
@@ -3568,7 +3568,7 @@ fi
if test "$dlopen" = "yes"; then
case $host in
- *-linux*)
+ *-linux*|*-gnu)
SO_CFLAGS="-fPIC"
if test "$have_dl" = "yes"
then