Please review this small change for fixing a build problem on Solaris 10.
Bug: 11785 ldtp build fails on Solaris 10
Webrev: http://cr.opensolaris.org/~tmueller/ips-11785/
Here's the diff:
445 445 # Take cacerts in cacert_dir and install them in
446 446 # proto-area-relative cacert_install_dir
447 447 install_cacerts()
448 448
449 449 prep_sw(CP, CPARC, CPDIR, CPURL, CPHASH)
450 450 install_sw(CP, CPDIR, CPIDIR)
451 - if osname == "sunos":
451 + if osname == "sunos" and platform.uname()[2] ==
"5.11":
452 452 prep_sw(LDTP, LDTPARC, LDTPDIR, LDTPURL,
453 453 LDTPHASH)
454 454 saveenv = os.environ.copy()
455 455 os.environ["LDFLAGS"] = os.environ.get("LDFLAGS",
"") + \
Thanks.
Tom
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss