ports/www/nginx/patches/patch-ngx_http_geoip2_module_config

12 lines
371 B
Text

Index: ngx_http_geoip2_module/config
--- ngx_http_geoip2_module/config.orig
+++ ngx_http_geoip2_module/config
@@ -2,7 +2,7 @@ ngx_feature="MaxmindDB library"
ngx_feature_name=
ngx_feature_run=no
ngx_feature_incs="#include <maxminddb.h>"
-ngx_feature_libs=-lmaxminddb
+ngx_feature_libs="-L${LOCALBASE}/lib -lmaxminddb"
ngx_feature_test="MMDB_s mmdb"
. auto/feature