# HG changeset patch # User Christopher Rogers # Date 1287792053 0 # Node ID f51960fc2d7e5ab32c1cad78271d11940bdf1ba3 # Parent 6b13333e1ad093c225862f28f6d3370ac63fdc50 Added make check to elfutils to see if fixes build problem. diff -r 6b13333e1ad0 -r f51960fc2d7e elfutils/receipt --- a/elfutils/receipt Fri Oct 22 23:14:16 2010 +0000 +++ b/elfutils/receipt Sat Oct 23 00:00:53 2010 +0000 @@ -29,6 +29,7 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && + make check && make DESTDIR=$PWD/_pkg install }