A New wallet always take hours to compile but is fun ;-)
To speed up the compile time, add -j4 or -j8 after make. This way it compiles using 4 or 8 threads instead of just 1.
./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
sudo make -j8Reference:
http://www.linux-databook.info/?page_id=2319