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:
blizzard%redhat.com 2002-06-03 22:26:01 +00:00
parent 79aa82cbf1
commit ab2025e799
3 changed files with 13 additions and 2 deletions

View File

@ -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 \

View File

@ -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

View 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