# This uses downloaded tarballs in /mit/git/tarballs because the # autotools available on athena are too old right now. # On Athena 9.4 (solaris, multics): Apply fix from https://github.com/curl/curl/pull/2608 to fix https://github.com/curl/curl/issues/2606 ./configure --prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.60.0/common --exec-prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.60.0/sun4x_510 --with-gssapi=/usr/athena --enable-ldaps gmake gmake install # Link common for each architecture: (cd /afs/sipb.mit.edu/project/git/builds/curl-7.60.0;\ for arch in `ls -d *_*`; do \ (cd $arch; \ ln -sf ../common/* . )\ done;) # To deploy: (cd /mit/git/curl ; ln -sf ../builds/curl-7.60.0/*_* .)