openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4.02k stars 3.49k forks source link

ipfs-http-client #20688

Open oskarirauta opened 1 year ago

oskarirauta commented 1 year ago

@LLE8 @neheb

ipfs-http-client does not want build nicely; it contains references to curl that are marked as deprecated; package is pretty old, and wise choice would probably be to update it.

Other solution is to add TARGET_CFLAGS+= -Wno-error=deprecated-declarations

to package's Makefile...

1715173329 commented 1 year ago

could you create a pr for adding the flag?