]> git.lyx.org Git - lyx.git/commit
Do not use 'u' flag for ar
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 11 May 2016 15:09:34 +0000 (17:09 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:45 +0000 (17:55 -0400)
commit5a76e5581f519fa8da18ec1db7871a3cfdd69d2f
tree015501a3bade073859f7a85f07e019c3a6c98544
parentb8be856f7902d25ff6a219f0adeeff9935b7307a
Do not use 'u' flag for ar

The Reproducible Builds effort (https://wiki.debian.org/ReproducibleBuilds) in Debian (at least) means that 'ar' is built in deterministic mode as default: all timestamps are set to 0.

This is not compatible with the use of the 'u' flag, and therefore ARFLAGS has to be changed from 'cru' to 'cr'.

This gets rid of the harmless but annoying warning
  ar: `u' modifier ignored since `D' is the default (see `U')
configure.ac