wok-next diff eina/receipt @ rev 10332
freeradius: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 01:11:03 2011 +0000 (2011-05-22) |
parents | e1bff384cd9d |
children | 317c1d26cae7 |
line diff
1.1 --- a/eina/receipt Thu May 12 15:33:34 2011 +0200 1.2 +++ b/eina/receipt Sun May 22 01:11:03 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