wok-6.x diff nss/stuff/nss.pc.in @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nss/stuff/nss.pc.in Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +prefix=%prefix% 1.5 +exec_prefix=%exec_prefix% 1.6 +libdir=%libdir% 1.7 +includedir=%includedir% 1.8 + 1.9 +Name: NSS 1.10 +Description: Network Security Services 1.11 +Version: %NSS_VERSION% 1.12 +Requires: nspr >= %NSPR_VERSION% 1.13 +Libs: -lssl3 -lsmime3 -lnss3 -lnssutil3 1.14 +Cflags: -I${includedir}