tn3399_openwrt/package/libs/ncurses
Alexander Couzens b2bf3745ff
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>
2019-02-28 19:09:35 +01:00
..
patches package/ncurses: change AR options to fix reproducible builds 2019-02-28 19:09:35 +01:00
Makefile package/ncurses: change AR options to fix reproducible builds 2019-02-28 19:09:35 +01:00