mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
7a99ca1ed3
We don't need to link with -lsoftokn3. Add nssdbm3 to some packaging files. The patch is written by Kai Engert <kaie@kuix.de>. r=wtc.
11 lines
261 B
PkgConfig
11 lines
261 B
PkgConfig
prefix=%prefix%
|
|
sdkdir=%sdkdir%
|
|
includedir=%includedir%
|
|
|
|
Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
Libs: -L${sdkdir}/lib -lsmime3 -lssl3 -lnss3 -lnssutil3
|
|
Cflags: -I${includedir}
|