|
Boost : |
Subject: [boost] [PATCH] Typo in bootstrap.sh
From: Matthew L. Creech (mlcreech_at_[hidden])
Date: 2009-05-04 16:17:46
Boost fails to install when LIBDIR isn't specified explicitly and
isn't "/lib", due to a typo in bootstrap.sh. Trivial patch below.
--- diff -purN orig/bootstrap.sh boost_1_39_0/bootstrap.sh --- orig/bootstrap.sh 2009-05-04 16:09:39.000000000 -0400 +++ boost_1_39_0/bootstrap.sh 2009-05-04 16:10:25.000000000 -0400 @@ -249,7 +249,7 @@ if test "x$EPREFIX" = x; then fi if test "x$LIBDIR" = x; then - LIBDIR="$EXPREFIX/lib" + LIBDIR="$EPREFIX/lib" fi if test "x$INCLUDEDIR" = x; then -- Matthew L. Creech
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk