Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json-c: Update version from 0.12.1 to 0.15
nvme-cli needs `json_util_get_last_err()` not in 0.12.1: /usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src//libnvme.a(json.ol): in function `json_read_config': /home/pmenzel/src/nvme-cli/libnvme/src/nvme/json.c:154: undefined reference to `json_util_get_last_err' /usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../src//libnvme.a(json.ol): in function `json_update_config': /home/pmenzel/src/nvme-cli/libnvme/src/nvme/json.c:271: undefined reference to `json_util_get_last_err' So update to the current release 0.15 from July 2020. Remove obsolete Makefile patching.
- Loading branch information