aboutsummaryrefslogtreecommitdiff
path: root/package/libs/ncurses/patches/103-ncurses-ar-determinism.patch
Commit message (Collapse)AuthorAge
* ncurses: update to 6.4Linhui Liu2023-01-05
| | | | | | Update to the latest released version. Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
* ncurses: update to 6.3Huangbin Zhan2022-03-19
| | | | | | release notes: https://invisible-island.net/ncurses/announce-6.3.html Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* ncurses: update to 6.2DENG Qingfang2020-03-05
| | | | | | 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-28
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>