]> git.pld-linux.org Git - packages/mozjs38.git/blob - mozjs38-pkg-config-version.patch
rediff patches
[packages/mozjs38.git] / mozjs38-pkg-config-version.patch
1 Add major version to pkg-config filename.
2 Author: Rico Tzschichholz <ricotz@ubuntu.com>
3 Forwarded: no
4 Last-Update: 2015-05-04
5
6 Index: b/js/src/Makefile.in
7 ===================================================================
8 --- a/js/src/Makefile.in
9 +++ b/js/src/Makefile.in
10 @@ -214,10 +214,10 @@
11  $(JS_CONFIG_NAME): js-config
12         cp $^ $@
13  
14 -$(LIBRARY_NAME).pc: js.pc
15 +$(JS_LIBRARY_NAME).pc: js.pc
16         cp $^ $@
17  
18 -install:: $(LIBRARY_NAME).pc
19 +install:: $(JS_LIBRARY_NAME).pc
20         $(SYSINSTALL) $^ $(DESTDIR)$(libdir)/pkgconfig
21  
22  install:: js-config.h
This page took 0.062696 seconds and 3 git commands to generate.