I'm attempting to write a build for Netscape nss (network security services). It turns out, nss source file needs nspr sources unpacked in the same working directory. When attempting to compile nss, I'm getting:
gmake[3]: Leaving directory `/export/home/blizinski/opencsw/pkg/nss/trunk/work/build-isa-i386/nss-3.12.3/mozilla/security/coreconf' gmake: *** No rule to make target ../../nsprpub/configure. Stop. gmake[2]: *** [../../nsprpub/configure] Error 1 gmake[2]: Leaving directory `/export/home/blizinski/opencsw/pkg/nss/trunk/work/build-isa-i386/nss-3.12.3/mozilla/security/nss' gmake[1]: *** [build-nss] Error 2 gmake[1]: Leaving directory `/export/home/blizinski/opencsw/pkg/nss/trunk' gmake: *** [merge-isa-i386] Error 2 I've found the missing bit (nsprpub/configure) in the nspr package. How would you go about it? Have a custom script to unpack nspr stuff into the nss directory? Any other ideas? _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
