diff options
-rw-r--r-- | encap/README | 5 | ||||
-rw-r--r-- | encap/bcfg2-openssl-0.9.8b.ep | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/encap/README b/encap/README index 1ed9bbb02..73719de78 100644 --- a/encap/README +++ b/encap/README @@ -6,7 +6,7 @@ quickly as possible (from source). You can view this document with glorious Trac Wiki formatting at: * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapHowto -(Although that version may be out of date) + (Although that version may be out of date) You can obtain the latest version of the code from bcfg2 svn: * `svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/encap` @@ -50,6 +50,9 @@ work, but it has not yet been tested with a working bcfg2 repository. == Prerequisites == * GNU gcc and GNU g++ + * If you are using the gcc distributed with Solaris/x86 10, you need to + install the gcc bugfix at http://www.openssl.org/~appro/values.c by + running "ksh -f values.c" as root (or openssl will segfault) * GNU make (make sure "gmake" links to GNU make on non-GNU platforms) * epkg (the encap package manager) * Canonical website is http://www.encap.org/epkg 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> |