aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses/patches/103-ncurses-ar-determinism.patch
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: update to 6.2DENG Qingfang2020-03-051-2/+2
| | | | | | Update ncurses to 6.2 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* 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>