package/php: ffi needs dynamic library
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 23 Aug 2020 14:53:20 +0000 (16:53 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 23 Aug 2020 17:00:58 +0000 (19:00 +0200)
commit3004d540345695dd35f0e047f9467ffc41be37c1
treef0f1aa1847eaf39995a6ecddff24cbd2000c832f
parent4b126afd27cbcbc4e536a48fd22b676d22e2dc7a
package/php: ffi needs dynamic library

FFI support in php has been added with commit
e16f05c0f00081d446ebee56d9f3ad3cf41da1ae, it depends on dynamic library
otherwise the build will fail on:

/home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/5.5.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: ext/ffi/ffi.o: in function `zim_FFI_cdef':
ffi.c:(.text+0xe78): undefined reference to `DL_LOAD'

Fixes:
 - http://autobuild.buildroot.org/results/3380b7b6777d1c5fcb53c855b003466fa3bf2079

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/php/Config.ext