php4: add compatibility fix for gmp
authorFlorian Fainelli <florian@openwrt.org>
Mon, 11 Mar 2013 14:16:51 +0000 (14:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 11 Mar 2013 14:16:51 +0000 (14:16 +0000)
commit86dd0b0d29897b60f754f04944354b9c2425d27b
tree56ce636803b2897dab5636596644eed4463b657a
parent0e928ed12946989f44ed5a14d98d80536ebffb87
php4: add compatibility fix for gmp

gmp modified some if it's internal constants, in particular
__GMP_BITS_PER_MP_LIMB.  Added a patch to substitute GMP_LIMB_BITS.

Also bumped release number and copyright date.

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35955
lang/php4/Makefile
lang/php4/patches/120-gmp-compat.patch [new file with mode: 0644]