mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
add STD_CINCLUDES to the --cflags line, so pthreads on NetBSD works
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: isc-config.sh.in,v 1.6 2000/08/01 01:11:05 tale Exp $
|
# $Id: isc-config.sh.in,v 1.7 2000/09/26 19:12:44 explorer Exp $
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
@@ -99,7 +99,7 @@ fi
|
|||||||
if test x"$echo_cflags" = x"true"; then
|
if test x"$echo_cflags" = x"true"; then
|
||||||
includes="-I${exec_prefix}/include"
|
includes="-I${exec_prefix}/include"
|
||||||
if test x"$libdns" = x"true" -o x"$libisc" = x"true"; then
|
if test x"$libdns" = x"true" -o x"$libisc" = x"true"; then
|
||||||
includes="$includes -D_REENTRANT @STD_CDEFINES@ @CCOPT@"
|
includes="$includes -D_REENTRANT @STD_CINCLUDES@ @STD_CDEFINES@ @CCOPT@"
|
||||||
fi
|
fi
|
||||||
echo $includes
|
echo $includes
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user