FreeBSD Bugzilla – Attachment 192560 Details for
Bug 227554
dns/bind912: fix build with LOCALBASE != /usr/local
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix build for non-default LOCALBASE (bind9*)
pr-bind-localbase-fixes.diff (text/plain), 2.09 KB, created by
John Hein
on 2018-04-16 14:34:31 UTC
(
hide
)
Description:
[patch] fix build for non-default LOCALBASE (bind9*)
Filename:
MIME Type:
Creator:
John Hein
Created:
2018-04-16 14:34:31 UTC
Size:
2.09 KB
patch
obsolete
>Index: dns/bind9-devel/Makefile >=================================================================== >--- dns/bind9-devel/Makefile (revision 467382) >+++ dns/bind9-devel/Makefile (working copy) >@@ -187,12 +187,12 @@ > > IPV6_CONFIGURE_ENABLE= ipv6 > >-JSON_CONFIGURE_WITH= libjson >+JSON_CONFIGURE_WITH= libjson=${LOCALBASE} > JSON_LIB_DEPENDS= libjson-c.so:devel/json-c > > LARGE_FILE_CONFIGURE_ENABLE= largefile > >-LMDB_CONFIGURE_WITH= lmdb >+LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} > LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb > > MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl >Index: dns/bind910/Makefile >=================================================================== >--- dns/bind910/Makefile (revision 467382) >+++ dns/bind910/Makefile (working copy) >@@ -153,7 +153,7 @@ > > IPV6_CONFIGURE_ENABLE= ipv6 > >-JSON_CONFIGURE_WITH= libjson >+JSON_CONFIGURE_WITH= libjson=${LOCALBASE} > JSON_LIB_DEPENDS= libjson-c.so:devel/json-c > > LARGE_FILE_CONFIGURE_ENABLE= largefile >Index: dns/bind911/Makefile >=================================================================== >--- dns/bind911/Makefile (revision 467382) >+++ dns/bind911/Makefile (working copy) >@@ -156,12 +156,12 @@ > > IPV6_CONFIGURE_ENABLE= ipv6 > >-JSON_CONFIGURE_WITH= libjson >+JSON_CONFIGURE_WITH= libjson=${LOCALBASE} > JSON_LIB_DEPENDS= libjson-c.so:devel/json-c > > LARGE_FILE_CONFIGURE_ENABLE= largefile > >-LMDB_CONFIGURE_WITH= lmdb >+LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} > LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb > > MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl >Index: dns/bind912/Makefile >=================================================================== >--- dns/bind912/Makefile (revision 467382) >+++ dns/bind912/Makefile (working copy) >@@ -174,12 +174,12 @@ > > IPV6_CONFIGURE_ENABLE= ipv6 > >-JSON_CONFIGURE_WITH= libjson >+JSON_CONFIGURE_WITH= libjson=${LOCALBASE} > JSON_LIB_DEPENDS= libjson-c.so:devel/json-c > > LARGE_FILE_CONFIGURE_ENABLE= largefile > >-LMDB_CONFIGURE_WITH= lmdb >+LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} > LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb > > MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl
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 Diff
View Attachment As Raw
Flags:
jcfyecrayz
:
maintainer-approval?
(
mat
)
Actions:
View
|
Diff
Attachments on
bug 227554
: 192560