aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/patches/800-gd-iconv.patch
Commit message (Collapse)AuthorAge
* php5/php5-pecl-*: R.I.P.Michael Heimpold2016-10-16
| | | | | | | Remove the php5 stuff since php7 is in place for several weeks and all depended in-tree packages has been migrated. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>