FreeBSD Bugzilla – Attachment 188210 Details for
Bug 223814
dns/gdnsd2: enable libmaxminddb for geoip2 database support.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add libmaxminddb to the build.
gdnsd2.diff (text/plain), 798 bytes, created by
Peter Wemm
on 2017-11-23 10:24:45 UTC
(
hide
)
Description:
Patch to add libmaxminddb to the build.
Filename:
MIME Type:
Creator:
Peter Wemm
Created:
2017-11-23 10:24:45 UTC
Size:
798 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 454750) >+++ Makefile (working copy) >@@ -34,12 +34,19 @@ > USERS?= gdnsd > GROUPS?= gdnsd > >-OPTIONS_DEFINE= DOCS GEOIP URCU >-OPTIONS_DEFAULT=GEOIP >+OPTIONS_DEFINE= DOCS URCU >+OPTIONS_DEFAULT=MAXMINDDB > >-GEOIP_DESC= Enable GeoIP Support >-GEOIP_RUN_DEPENDS= GeoIP>=0:net/GeoIP >+OPTIONS_RADIO= GEOLIB >+OPTIONS_RADIO_GEOLIB= GEOIP MAXMINDDB >+GEOLIB_DESC= GeoIP backend > >+GEOIP_DESC= Enable GeoIP1 Support >+GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP >+ >+MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support >+MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb >+ > URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing) > URCU_CONFIGURE_WITH= urcu > URCU_LIB_DEPENDS= liburcu.so:sysutils/liburcu
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
Actions:
View
|
Diff
Attachments on
bug 223814
: 188210