wok-6.x diff gmp/receipt @ rev 10157
Up: mlt-python-bindings to 0.7.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:39:10 2011 +0000 (2011-05-20) |
parents | 79a8dffadd9f |
children | 4773dc63b2eb |
line diff
1.1 --- a/gmp/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/gmp/receipt Fri May 20 19:39:10 2011 +0000 1.3 @@ -16,9 +16,9 @@ 1.4 { 1.5 cd $src 1.6 # gmp try to cook for 64bits system if kernel can support when using 1.7 - # tmp toolchain 1.8 + # tmp toolchain. Not only and this export does nothing !!! 1.9 export ABI=32 1.10 - ./configure && 1.11 + ./configure $CONFIGURE_ARGS && 1.12 make && 1.13 # -j > 1 make install fails. 1.14 make -j 1 install