]> git.lyx.org Git - features.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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 11 May 2016 16:14:29 +0000 (18:14 +0200)
commit2766857f012833965ad4b62dee3f29f3a7f3425c
tree364b0677afa773f9ee9ac68d39b9c93433fa6586
parent67f77a07f0e82f5f7a4317700d80018f92974568
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')
(cherry picked from commit 987fc1d15d017c192a566fc922e3967d9d280668)
configure.ac
status.22x