openwrt / telephony

The telephony packages feed
104 stars 240 forks source link

[22.03] freeswitch: backport commit "allow building with OpenSSL 3.0" #809

Closed micmac1 closed 1 year ago

micmac1 commented 1 year ago

Cherry pick commit 09ad78b6cce247f4e610be006d89dfe70003aa58 which should resolve build issue.

  CC       src/libfreeswitch_la-switch_hashtable.lo
src/switch_curl.c: In function 'switch_curl_process_form_post_params':
src/switch_curl.c:90:41: error: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Werror=deprecated-declarations]
   90 |                                         curl_formadd(&formpost,
      |                                         ^~~~~~~~~~~~

I'm guessing this is related to recent curl update in 22.03 branch.

Maintainer: me Compile tested: N/A Run tested: N/A

Description: backport build fix