Excerpts from rupert THURNER's message of Thu Aug 16 15:18:56 -0400 2012: > oh .. it got cut off. unstable9s, unstable9x.
The ssl 1.0 update was only for solaris 10. I'd suggest abandoning solaris 9 for this library unless you want to add the dependency based on a variable and build for both platforms separately. That would look something like: PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc solaris10-i386 solaris10-sparc RUNTIME_DEP_PKGS_SunOS5.9 = CSWlibssl0-9-8 RUNTIME_DEP_PKGS_SunOS5.10 = CSWlibssl1-0-0 RUNTIME_DEP_PKGS += RUNTIME_DEP_PKGS_$(GAROSREL) (Not checked, it might need a small tweak.) It's up to you whether you go this route or not though. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
