Skip to content

json-Update json-c from 0.12.1 to 0.15 #2178

Merged
merged 1 commit into from
Aug 24, 2021

Commits on Aug 17, 2021

  1. 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.
    pmenzel committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    439120e View commit details
    Browse the repository at this point in the history