No bug on this one. Fix the dependency for the mozilla-js package. Add a package file for nss. Not part of the standard build. r=cls
git-svn-id: svn://10.0.0.236/trunk@122599 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
79aa82cbf1
commit
ab2025e799
@ -41,7 +41,7 @@ endif
|
||||
_DEFS = $(subst \",\\\\\",$(ACDEFINES))
|
||||
|
||||
pkg_config_files=mozilla-nspr.pc mozilla-xpcom.pc mozilla-js.pc \
|
||||
mozilla-gtkmozembed.pc
|
||||
mozilla-gtkmozembed.pc mozilla-nss.pc
|
||||
|
||||
mozilla-config:: mozilla-config.in Makefile.in Makefile
|
||||
cat $< | sed \
|
||||
|
||||
@ -6,6 +6,6 @@ includedir=%includedir%
|
||||
Name: JavaScript
|
||||
Description: The Mozilla JavaScript Library
|
||||
Version: %MOZILLA_VERSION%
|
||||
Requires: nspr = %MOZILLA_VERSION%
|
||||
Requires: mozilla-nspr = %MOZILLA_VERSION%
|
||||
Libs: -L${libdir} -js
|
||||
Cflags: -I${includedir}/js
|
||||
|
||||
11
mozilla/build/unix/mozilla-nss.pc.in
Normal file
11
mozilla/build/unix/mozilla-nss.pc.in
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=%prefix%
|
||||
exec_prefix=%exec_prefix%
|
||||
libdir=%libdir%
|
||||
includedir=%includedir%
|
||||
|
||||
Name: NSS
|
||||
Description: Mozilla Network Security Services
|
||||
Version: %MOZILLA_VERSION%
|
||||
Requires: mozilla-nspr = %MOZILLA_VERSION%
|
||||
Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3
|
||||
Cflags: -I${includedir}/nss
|
||||
Loading…
x
Reference in New Issue
Block a user