wok rev 10318
eina: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 23:56:01 2011 +0000 (2011-05-21) |
parents | 641a94f7ad29 |
children | 5c7bde556b6a |
files | eina/receipt |
line diff
1.1 --- a/eina/receipt Sat May 21 23:54:51 2011 +0000 1.2 +++ b/eina/receipt Sat May 21 23:56:01 2011 +0000 1.3 @@ -18,7 +18,8 @@ 1.4 cd $src 1.5 ./configure --enable-amalgamation \ 1.6 --enable-magic-debug \ 1.7 - --enable-safety-checks && \ 1.8 + --enable-safety-checks \ 1.9 + $CONFIGURE_ARGS && \ 1.10 make && make install 1.11 } 1.12