summaryrefslogtreecommitdiffstats
path: root/package/tmux/0001-compat-don-t-re-define-program_invocation_short_name.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/tmux: bump to v2.4Mario Rugiero2017-05-131-42/+0
| | | | | | | | | | | Also removes 0001-compat-don-t-re-define-program_invocation_short_name.patch, since it's applied to upstream in this version. Tested with: qemu_ppc_g3beige_defconfig Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tmux: fix buildYann E. MORIN2017-02-051-0/+42
The bump to the latest libevent version exposed a latent bug in tmux, which tries to re-define a variable exposed by the C library. This breaks with uClibc-ng which defines it const char*, while glibc and musl define it as non-const. Fixes: http://autobuild.buildroot.org/results/31d/31d37c95b40d297b90a6181ec79c42ee1e2e5090/ http://autobuild.buildroot.org/results/ccc/ccc9d2e995ba1eaf19f6b325b0af5ebeb8066e7f/ http://autobuild.buildroot.org/results/8a2/8a28d43bd0c079c1b49b61b0c6ef7de79eda0549/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud