Page MenuHomePhabricator

Use AC_ARG_VAR to set ARFLAGS.
ClosedPublic

Authored by Fabien on Jul 4 2019, 14:48.

Details

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.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR10766
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6661
Build 11369: Bitcoin ABC Buildbot (legacy)
Build 11368: arc lint + arc unit