ipfs-http-client
Open
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
@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...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ipfs-http-client package's Makefile and its references to curl. Check whether updating the old package or adding the proposed TARGET_CFLAGS setting is appropriate, then build the package to confirm deprecated declarations no longer fail the build.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100