Getting these warnings when compiling:-
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
AR libbitcoin_wallet.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
AR libbitcoin_cli.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
AR libbitcoin_common.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
CXX libbitcoin_util_a-clientversion.o
AR libbitcoin_consensus.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
AR crypto/libbitcoin_crypto.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
AR libbitcoin_util.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
OBJCXXLD qt/bitcoin-qt
https://github.com/kimwalisch/primesieve/issues/16 may point to a fix until it's properly fixed upstream. Have tried adding the line suggested to configure.ac, but so far didn't fix the problem (maybe I did it wrong).