opnsense-ports/lang/spidermonkey91/files/patch-js_moz.configure
Franco Fichtner b37fbe8c8c */*: sync with upstream
Taken from: FreeBSD
2022-04-22 10:09:26 +02:00

11 lines
342 B
Text

--- 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"),
)