Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
89119e3c
Commit
89119e3c
authored
Jun 26, 2014
by
Mark Andrews
Browse files
3889. [port] hurd: configure fixes as per:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746540
parent
1a03e9eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
89119e3c
3889. [port] hurd: configure fixes as per:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746540
3888. [func] 'rndc status' now reports the number of automatic
zones. [RT #36015]
...
...
configure
View file @
89119e3c
...
...
@@ -12591,7 +12591,7 @@ case "$host" in
# as it breaks how the two halves (Basic and Advanced) of the IPv6
# Socket API were designed to be used but we have to live with it.
# Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
*-linux* | *-kfreebsd*-gnu)
*-linux* | *-kfreebsd*-gnu
*
)
STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
;;
...
...
@@ -20428,7 +20428,7 @@ if test -f "${srcdir}/srcid"; then
. "${srcdir}/srcid"
BIND9_SRCID="SRCID=$SRCID"
elif test -d "${srcdir}/.git"; then
BIND9_SRCID="SRCID="`(cd "${srcdir}";git
log -n 1 --format=%h
)`
BIND9_SRCID="SRCID="`(cd "${srcdir}";git
rev-parse --short HEAD
)`
fi
...
...
@@ -20579,7 +20579,7 @@ fi
if test "$dlopen" = "yes"; then
case $host in
*-linux*)
*-linux*
|*-gnu*
)
SO_CFLAGS="-fPIC"
SO_LDFLAGS=""
if test "$have_dl" = "yes"
...
...
configure.in
View file @
89119e3c
...
...
@@ -420,7 +420,7 @@ case "$host" in
# as it breaks how the two halves (Basic and Advanced) of the IPv6
# Socket API were designed to be used but we have to live with it.
# Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
*-linux* | *-kfreebsd*-gnu)
*-linux* | *-kfreebsd*-gnu
*
)
STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
;;
...
...
@@ -4180,7 +4180,7 @@ fi
if test "$dlopen" = "yes"; then
case $host in
*-linux*)
*-linux*
|*-gnu*
)
SO_CFLAGS="-fPIC"
SO_LDFLAGS=""
if test "$have_dl" = "yes"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment