HomePhabricator

Use AC_ARG_VAR to set ARFLAGS.

Description

Use AC_ARG_VAR to set ARFLAGS.

Summary:

The user can set ARFLAGS in the ./configure step with
  ./configure ARFLAGS=...
If he chooses not to do so, ARFLAGS will be set to cr.

Backport of core PR10766
https://github.com/bitcoin/bitcoin/pull/10766/files

Test Plan:

make

Check the warning:

/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')

is no longer displayed after this patch.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3544

Details

Provenance
René Nyffenegger <mail@renenyffenegger.ch>Authored on Jul 7 2017, 14:54
FabienCommitted on Jul 5 2019, 13:43
FabienPushed on Jul 5 2019, 13:43
Reviewer
Restricted Project
Differential Revision
D3544: Use AC_ARG_VAR to set ARFLAGS.
Parents
rABC6e34d1c830d8: Make CWallet IsSpent and IsLockedCoin take a COutPoint as parameter
Branches
Unknown
Tags
Unknown

Event Timeline