diff options
author | Julien Cristau <jcristau@falla.debian.org> | 2014-04-24 10:45:02 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2014-04-24 10:45:52 -0600 |
commit | 06aaa81405ee6d15a706f829443872f686945c4c (patch) | |
tree | 986f2abb6eb54e58d9cb966458c74bed08337164 | |
parent | b2280597de925487d6e6277a5d04d19e9305dd6e (diff) | |
download | bind9-06aaa81405ee6d15a706f829443872f686945c4c.tar.gz |
FTBFS on kfreebsd.
Addresses-Debian-Bug: 741285
Signed-off-by: LaMont Jones <lamont@debian.org>
-rw-r--r-- | configure.in | 2 |
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 |