# This uses downloaded tarballs in /mit/git/tarballs because the # autotools available on athena are too old right now. DID NOT SUCCESSFULLY CONFIGURE. https://github.com/curl/curl/issues/8289 Generated 7.81.0 `configure`, and then again with patches from https://github.com/curl/curl/pull/8456 and applied the diff between those two `configure`s to the tarball version. THEN, patch lib/sha256.c to not use the SHA256 implementation from OpenSSL that we do not have, by bumping the minimum required version up from 0.9.7 to 0.9.7h. With these patches in place, back to the usual. # On Athena 9.4 (solaris, multics): ./configure --prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.81.0/common --exec-prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.81.0/sun4x_510 --with-gssapi=/usr/athena --enable-ldaps --disable-dependency-tracking --with-openssl gmake gmake install # Link common for each architecture: (cd /afs/sipb.mit.edu/project/git/builds/curl-7.81.0; \ for arch in `ls -d *_*`; do \ (cd $arch; \ ln -sf ../common/* . ) \ done;) # To deploy: (cd /afs/sipb.mit.edu/project/git/curl ; ln -sf ../builds/curl-7.81.0/*_* .)