FreeBSD Bugzilla – Attachment 210789 Details for
Bug 243387
dns/bind-tools: Fails to build with devel/jsoncpp installed: son/config.h:8:10: fatal error: 'cstddef' file not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for bind-9.14.9 configure
patch-configure-914.patch (text/plain), 671 bytes, created by
Андрей
on 2020-01-16 11:11:05 UTC
(
hide
)
Description:
Patch for bind-9.14.9 configure
Filename:
MIME Type:
Creator:
Андрей
Created:
2020-01-16 11:11:05 UTC
Size:
671 bytes
patch
obsolete
>--- configure.orig2 2019-12-12 09:12:17.000000000 +0300 >+++ configure 2020-01-16 10:48:56.442357000 +0300 >@@ -17226,7 +17168,8 @@ > LIBS="$LIBS -L${d}/lib" > fi > have_libjson="yes" >- elif test -f "${d}/include/json-c/json.h" >+ fi >+ if test -f "${d}/include/json-c/json.h" > then > if test ${d} != /usr > then >@@ -17244,7 +17187,8 @@ > libjson_cflags="-I${use_libjson}/include" > LIBS="$LIBS -L${use_libjson}/lib" > have_libjson="yes" >- elif test -f "${use_libjson}/include/json-c/json.h" >+ fi >+ if test -f "${use_libjson}/include/json-c/json.h" > then > libjson_cflags="-I${use_libjson}/include" > LIBS="$LIBS -L${use_libjson}/lib"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 243387
: 210789 |
210817