# HG changeset patch # User Christopher Rogers # Date 1306022161 0 # Node ID ab5e0d88250fc94ebbc0a31b2d8b5285d01ee584 # Parent 641a94f7ad2904deecafc23a269ab4e864118507 eina: Add $CONFIGURE_ARGS. diff -r 641a94f7ad29 -r ab5e0d88250f eina/receipt --- a/eina/receipt Sat May 21 23:54:51 2011 +0000 +++ b/eina/receipt Sat May 21 23:56:01 2011 +0000 @@ -18,7 +18,8 @@ cd $src ./configure --enable-amalgamation \ --enable-magic-debug \ - --enable-safety-checks && \ + --enable-safety-checks \ + $CONFIGURE_ARGS && \ make && make install }