openwrt / openwrt/packages

ipfs-http-client

Open
#20,688 1 comment 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.