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
@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...