[packages] php5: fix cross compiling issue with -ldl
authormhei <mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2011 22:21:34 +0000 (22:21 +0000)
committermhei <mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2011 22:21:34 +0000 (22:21 +0000)
commit84510bbd1abf8ade447e6b3312a7ecc59e48f846
tree9cb1617c0a6270e1cb0636328674e83b79f57adb
parent8b3a46a6ab1673bd8a05dd7f96ee7bd4bd2ff525
[packages] php5: fix cross compiling issue with -ldl

Php5's configure script seems to be a little bit buggy as
it disables dynamic library support during cross-compiling.

See also http://www.apachefriends.org/f/viewtopic.php?f=6&t=32367

For now, fix this by preventing the configure script overriding
the previously detected value.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27763 3c298f89-4303-0410-b956-a3cf2f4a3e73
lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch [new file with mode: 0644]