]> 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@opensourcerouting.org>
Fri, 19 Oct 2018 11:13:42 +0000 (13:13 +0200)
commit105a8189730ee29f6740b4f3be4a584bc4e3e4c0
tree42c89b4f32e11cf14e52bb0b7d768570cbfb12e3
parent39d3cc4ec64249555273f244ec177d742dd66d68
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