[packages] tmux: fix b64_ntop conflict
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Feb 2012 14:49:34 +0000 (14:49 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Feb 2012 14:49:34 +0000 (14:49 +0000)
commitad7b409a839f2368a2eb4d5f9ef04e63b6aadabe
tree1028223e70d07c9957fa3a6798e4d25523af52b0
parentc8011c767418ea8d749a3fd1f03a95c6686b11bc
[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
utils/tmux/Makefile
utils/tmux/patches/100-b64_ntop-conflict.patch [new file with mode: 0644]