aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey91/files/patch-js_moz.configure
blob: ceec1a21abe7f31e7ef18f5a201e96745b0012e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- js/moz.configure.orig	2022-04-15 17:29:44 UTC
+++ js/moz.configure
@@ -919,7 +919,7 @@ has_readline = check_symbol(
 
 has_readline = check_symbol(
     "readline",
-    flags=["-lreadline"],
+    flags=["-lreadline", "-L%%LOCALBASE%%/lib"],
     when="--enable-readline",
     onerror=lambda: die("No system readline library found"),
 )