3 Commits

Author SHA1 Message Date
jow
ad7b409a83 [packages] tmux: fix b64_ntop conflict
Certain uClibc versions declare b64_ntop but do not actually implement it, this leads to conflicting declarations
when the tmux compat replacement function is used. Rename the replacement to local_b64_ntop and define b64_ntop
to local_b64_ntop if the libc indeed implements it.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 14:49:34 +00:00
swalker
b4d8e64581 [packages] tmux: update to 1.6, remove obsolete patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-31 04:38:23 +00:00
loswillios
eec0331edd [packages] tmux: update to 1.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-31 15:19:51 +00:00