]> git.pld-linux.org Git - packages/mozjs38.git/blob - mozjs38-pkg-config-version.patch
34a43d1f6df8a39f1635082370925a0a0e504e58
[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.03872 seconds and 2 git commands to generate.