wok-stable rev 10424
xalan-c: Replaced $BUILD_HOST with $HOST_SYSTEM.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:48:58 2011 +0000 (2011-05-24) |
parents | 3c2b3c79f2f3 |
children | e1f5c569d201 |
files | xalan-c/receipt |
line diff
1.1 --- a/xalan-c/receipt Tue May 24 13:47:46 2011 +0000 1.2 +++ b/xalan-c/receipt Tue May 24 13:48:58 2011 +0000 1.3 @@ -22,7 +22,7 @@ 1.4 export XALANCROOT=$src 1.5 1.6 ./runConfigure -p linux -c gcc -x g++ -P /usr \ 1.7 - -C --build=$BUILD_HOST -C --host=$BUILD_HOST && 1.8 + -C --build=$HOST_SYSTEM -C --host=$HOST_SYSTEM && 1.9 make -j1 && 1.10 make install 1.11 }