|
|
@ -22,10 +22,13 @@ |
|
|
|
|
|
|
|
yam_cm () |
|
|
|
{ |
|
|
|
( cd boost/regex/v4; |
|
|
|
unzip -o $archdir/boost-1.31.0-regex-patch-20040503.zip; ) |
|
|
|
|
|
|
|
bjam "-sTOOLS=gcc" |
|
|
|
|
|
|
|
find libs/ -type f -a \( -name '*.so.*' -o -name '*.a' \) -exec cp -v \ |
|
|
|
\{\} $libdir \; |
|
|
|
find libs/ -type f -a \( -name '*.so.*' -o -name '*.a' \) \ |
|
|
|
-exec cp -v \{\} $libdir \; |
|
|
|
|
|
|
|
find boost/ -type f | while read file ; do |
|
|
|
mkdir -p $includedir/`dirname $file` |
|
|
|