freeswitch-stable: add Perl support
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Jun 2017 20:23:13 +0000 (22:23 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Jun 2017 20:25:36 +0000 (22:25 +0200)
commit42c0cabdbe89451ad6b71c6c70806c0d6983095f
tree73d7db458809eaa52161f3f4d697053ba288b8c2
parent6a4b022ec13f5fba8d3ee58d8f8edb2ce15f1309
freeswitch-stable: add Perl support

- add mod_perl and perl-esl.
- some patching is required to make this work.
- for the modules to find libperl, an rpath is needed, which currently
  doesn't work because of an rstrip.sh/patchelf issue. Patch sent to
  OpenWrt/LEDE devs (https://patchwork.ozlabs.org/patch/780008/)
- fix some more copts issues that became apparent with Perl enabled.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile
net/freeswitch-stable/patches/030-fix-configure-ac.patch
net/freeswitch-stable/patches/180-mod_perl.patch [new file with mode: 0644]
net/freeswitch-stable/patches/200-mod_verto-fix-copts.patch [new file with mode: 0644]
net/freeswitch-stable/patches/210-esl-perl-fix-copts.patch [new file with mode: 0644]