]> 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)
committerRichard Heck <rgheck@lyx.org>
Wed, 15 Jun 2016 21:32:53 +0000 (22:32 +0100)
commitf012b73e78b294d829e3ec008463aa55e271bf23
treea80f1f8417d3934bf700ea6d22ee87a96cc2c3e4
parentc25ba48f0a295930a611571db992db64bf0c16e1
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