wok-next rev 11035
slang: Compile with $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:23:25 2011 +0000 (2011-10-16) |
parents | 41059339acd5 |
children | fbd3bf6502b5 |
files | slang/receipt |
line diff
1.1 --- a/slang/receipt Sun Oct 16 07:22:13 2011 +0000 1.2 +++ b/slang/receipt Sun Oct 16 07:23:25 2011 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make -j1 && \ 1.10 make -j1 elf && \ 1.11 make -j1 static &&