]> git.puffer.fish Git - mirror/frr.git/commit
build: try to use -D option for ar and ranlib
authorDavid Lamparter <equinox@diac24.net>
Sun, 7 Oct 2018 00:49:20 +0000 (02:49 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commit80055e844882b06751c2171f6cc5b26daede0953
treefd8900f1534a40c86697048deaec629f29e41573
parentfd228400391da4f57477c4ea77ae2c47aa180c8b
build: try to use -D option for ar and ranlib

The -D option zeroes out timestamps in .a files and has become the
default on recent distributions to enable reproducible builds.

This also shuts up the "u ignored because D is default" warning that is
showing up on some distributions.

Signed-off-by: David Lamparter <equinox@diac24.net>
Makefile.am
configure.ac