Hi,

On Thu, Dec 21, 2023 at 01:46:14PM +0800, changqing...@windriver.com wrote:
> When doing cross-compile, native tic's TERMINFO usually
> set as a native dir, which could not the target install dir,
> which will cause rxvt-unicode terminfo will be wrongly installed.
> set the outdir explicitly to install them to correct dir.

the patch does not look correct to me, as it hardcodes the terminfo
location, with no guarantee that it is the one used by ncurses in the
target environment. The correct solution should be to use the tic
binary from the target enviroment with

TIC=<path/to/tic> ./configure

Emanuele

_______________________________________________
rxvt-unicode mailing list
rxvt-unicode@lists.schmorp.de
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to