Closed stefantalpalaru closed 12 years ago
The bug has been described here: http://jira.freeswitch.org/browse/FS-4280 and the solution was to delete a line from configure.in
There's also a chmod failure due to the user/group creation being done after src_install() runs. Fixed by moving it in pkg_setup()
patch: http://pastebin.com/57eeDWrQ
Patched, thanks.
The bug has been described here: http://jira.freeswitch.org/browse/FS-4280 and the solution was to delete a line from configure.in
There's also a chmod failure due to the user/group creation being done after src_install() runs. Fixed by moving it in pkg_setup()