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)
commit292ab664ca89cc824c53c1c8630baf7879db2aea
treeaa1c8e59d204c242400ff7f3c957872d93ffef80
parentc4e808fc159d025a0e68b31609464214d64b3a60
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]