diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-07 12:22:27 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-07 12:22:27 +0000 |
commit | 05a68a44155216ab21ceef81aadf5187c46b44ad (patch) | |
tree | 13c19a5831b4158d935f97bf35f6c1908f59beda /encap/bcfg2-openssl-0.9.8b.ep | |
parent | 36ce9b2512f578d754a462a7b858306528256aaf (diff) | |
download | bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.tar.gz bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.tar.bz2 bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.zip |
* Doc'd Solaris 10/x86 gcc compiler bug (that was causing openssl to
segfault) and fix in README
* Added "make test" to openssl compile, so at least it will obviously
fail if there is a problem now (not that it wasn't obvious before
if one was to read through the compile .log file :-)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2053 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/bcfg2-openssl-0.9.8b.ep')
-rw-r--r-- | encap/bcfg2-openssl-0.9.8b.ep | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/encap/bcfg2-openssl-0.9.8b.ep b/encap/bcfg2-openssl-0.9.8b.ep index bb8ec9274..2fa76160b 100644 --- a/encap/bcfg2-openssl-0.9.8b.ep +++ b/encap/bcfg2-openssl-0.9.8b.ep @@ -65,6 +65,10 @@ url="http://www.pobox.com/users/dclark/mirror/openssl/openssl-0.9.8b.tar.gz -I/usr/local/lib/bcfg2/include </configure> +<build type="append"> + ${MAKE} test +</build> + </source> <prepackage> |