Override the default of ARFLAGS of cru to cr.
When building, ar produces a warning for each archive, for example
AR libbitcoin_server.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
Since u is the default anyway, it cannot hurt to remove it.