aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/patches/800-gd-iconv.patch
Commit message (Collapse)AuthorAge
* php5: gd: do not link against libiconv (fixes #706)Michael Heimpold2015-01-02
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>