summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-njs-auto-quickjs15
-rw-r--r--www/nginx-devel/files/extra-patch-njs-nginx-config13
2 files changed, 0 insertions, 28 deletions
diff --git a/www/nginx-devel/files/extra-patch-njs-auto-quickjs b/www/nginx-devel/files/extra-patch-njs-auto-quickjs
deleted file mode 100644
index 6fe199bd9e73..000000000000
--- a/www/nginx-devel/files/extra-patch-njs-auto-quickjs
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../njs-0.8.8/auto/quickjs.orig 2024-12-15 17:49:15 UTC
-+++ ../njs-0.8.8/auto/quickjs
-@@ -46,9 +46,9 @@ if [ $NJS_TRY_QUICKJS = YES ]; then
- fi
-
- if [ $njs_found = no ]; then
-- njs_feature="QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs"
-- njs_feature_incs="/usr/include/quickjs/"
-- njs_feature_libs="-L/usr/lib/quickjs/ -lquickjs -lm -ldl -lpthread"
-+ njs_feature="QuickJS library -I%%LOCALBASE%%/include/quickjs/ -L%%LOCALBASE%%/lib/ -lquickjs"
-+ njs_feature_incs="%%LOCALBASE%%/include/quickjs/"
-+ njs_feature_libs="-L%%LOCALBASE%%/lib/ -lquickjs -lm -ldl -lpthread"
-
- . auto/feature
- fi
diff --git a/www/nginx-devel/files/extra-patch-njs-nginx-config b/www/nginx-devel/files/extra-patch-njs-nginx-config
deleted file mode 100644
index e9a340ab733f..000000000000
--- a/www/nginx-devel/files/extra-patch-njs-nginx-config
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../njs-0.8.8/nginx/config.orig 2024-12-16 11:16:44.892658000 -0500
-+++ ../njs-0.8.8/nginx/config 2024-12-16 11:19:57.566877000 -0500
-@@ -60,8 +60,8 @@
- fi
-
- if [ $ngx_found = no ]; then
-- ngx_feature="QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs"
-- ngx_feature_libs="-L/usr/lib/quickjs/ -lquickjs -lm -ldl -lpthread"
-+ ngx_feature="QuickJS library -I%%LOCALBASE%%/include/quickjs/ -L%%LOCALBASE%%/lib/ -lquickjs"
-+ ngx_feature_libs="-L%%LOCALBASE%%/lib/ -lquickjs -lm -ldl -lpthread"
-
- . auto/feature
- fi