php5: gd: do not link against libiconv (fixes #706)
authorMichael Heimpold <mhei@heimpold.de>
Thu, 1 Jan 2015 13:36:29 +0000 (14:36 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 2 Jan 2015 20:12:29 +0000 (21:12 +0100)
commit7c4ed7731c5584461d90ce74afed06e812b09d97
tree5fc0bce09039b5348f63a89e0eda8297c5c2fdef
parent8bd80bde68474fc314f5edc435f5201fc05bbb69
php5: gd: do not link against libiconv (fixes #706)

This commit adds a patch to enforce the usage of an alternative
code path, preventing the need of libiconv in the bundled libgd
of php.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php5/Makefile
lang/php5/patches/800-gd-iconv.patch [new file with mode: 0644]