aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses/patches/103-ncurses-ar-determinism.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/ncurses: change AR options to fix reproducible buildsAlexander Couzens2019-02-281-0/+22
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>