summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-njs-auto-quickjs
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files/extra-patch-njs-auto-quickjs')
-rw-r--r--www/nginx-devel/files/extra-patch-njs-auto-quickjs15
1 files changed, 0 insertions, 15 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