From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- js/src/build/js.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 js/src/build/js.pc.in (limited to 'js/src/build/js.pc.in') diff --git a/js/src/build/js.pc.in b/js/src/build/js.pc.in new file mode 100644 index 0000000000..06f70ae8d0 --- /dev/null +++ b/js/src/build/js.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: SpiderMonkey @MOZILLA_VERSION@ +Description: The Mozilla library for JavaScript +Version: @MOZILLA_VERSION@ +@PKGCONF_REQUIRES_PRIVATE@ +Libs: -L${libdir} -l@JS_LIBRARY_NAME@ +# Use -isystem for includes rather than -I, to mark them as "system headers" +# that don't generate warning diagnostics. For justification, see +# https://bugzilla.mozilla.org/show_bug.cgi?id=1539036 +Cflags: -isystem ${includedir}/@JS_LIBRARY_NAME@ -- cgit v1.2.3