package/ncurses: change AR options to fix reproducible builds
authorAlexander Couzens <lynxis@fe80.eu>
Thu, 28 Feb 2019 17:43:38 +0000 (18:43 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Thu, 28 Feb 2019 18:09:35 +0000 (19:09 +0100)
commitb2bf3745ff7e5e2fbf3b7b0e488cfaa5b3cca87c
tree3ed0fadae87ea44841c03401e27aa6cb4d054a56
parentba3690c90c9717871ec71b24d22d9da2f283762f
package/ncurses: change AR options to fix reproducible builds

ar has a deterministic (-D) and non-deterministic (-U) mode.
OpenWrt is already using the deterministic mode by default,
but ncurses' configure script force this to be non-deterministic.
Since autoreconf fails to generate a new configure, the configure script
is directly modified.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
package/libs/ncurses/Makefile
package/libs/ncurses/patches/103-ncurses-ar-determinism.patch [new file with mode: 0644]