summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-nginx-otel-config
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2023-09-17 16:06:20 -0400
committerSergey A. Osokin <osa@FreeBSD.org>2023-09-17 16:07:12 -0400
commit817d2bd2b8bc8ff1e27b8120b70bd06eb9845d43 (patch)
treefe3c34ebecf44f7f5f1abe509ee4340ca6efbf3e /www/nginx-devel/files/extra-patch-nginx-otel-config
parentwww/chromium: update to 117.0.5938.88 and unbreak on arm64 and i386 (diff)
www/nginx-devel: update OTel module to the recent commit
Bump PORTREVISION.
Diffstat (limited to '')
-rw-r--r--www/nginx-devel/files/extra-patch-nginx-otel-config34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-otel-config b/www/nginx-devel/files/extra-patch-nginx-otel-config
deleted file mode 100644
index acc11ca78cd0..000000000000
--- a/www/nginx-devel/files/extra-patch-nginx-otel-config
+++ /dev/null
@@ -1,34 +0,0 @@
---- ../nginx-otel-f58abc0/config.orig 2023-09-16 12:52:34.000000000 -0400
-+++ ../nginx-otel-f58abc0/config 2023-09-16 21:19:32.540843000 -0400
-@@ -223,7 +223,7 @@
- ngx_feature_run=no
- ngx_feature_incs="#include <grpc/support/log.h>"
- ngx_feature_path="/usr/include"
--ngx_feature_libs="-lgrpc -lgpr"
-+ngx_feature_libs="-lgrpc -lgpr -lgrpc++"
- ngx_feature_test="gpr_log_verbosity_init();"
-
- autocppfeature
-@@ -236,19 +236,18 @@
- ngx_feature_path="/usr/local/include"
-
- if [ $NGX_RPATH = YES ]; then
-- ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -lgrpc -lgpr"
-+ ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -lgrpc -lgpr -lgrpc++"
- else
-- ngx_feature_libs="-L/usr/local/lib -lgrpc -lgpr"
-+ ngx_feature_libs="-L/usr/local/lib -lgrpc -lgpr -lgrpc++"
- fi
-
- autocppfeature
- fi
-
- if [ $ngx_found = yes ]; then
-- ngx_module_libs="$ngx_module_libs -lgrpc -lgpr"
-+ ngx_module_libs="$ngx_module_libs -lgrpc -lgpr -lgrpc++"
- fi
-
--#ngx_module_libs="$ngx_module_libs -lupb -lz -lm -lrt -lssl -lcrypto"
- ngx_module_libs="$ngx_module_libs -lz -lm -lrt -lssl -lcrypto"
-
- . auto/module