AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
Expand all | Collapse all

Can a jq.pc pkg-config file be added to the jq or jq-devel rpm package?

  • 1.  Can a jq.pc pkg-config file be added to the jq or jq-devel rpm package?

    Posted Tue August 09, 2022 03:12 AM
    I wanted to use jq from perl on AIX. JSON::JQ would allow this. Unfortunately the jq binding is based on the originanl sources https://stedolan.github.io/jq and not on the AIX jq/jq-devel rpm packages. The JSON::JQ maintainer is willing to consider the special AIX use case, if the rpm packages would contain a jq.pc pkg-config file. Can a jq.pc pkg-config file be added to the jq or jq-devel rpm package in the next release?

    ------------------------------
    Sven Willenbücher
    ------------------------------


  • 2.  RE: Can a jq.pc pkg-config file be added to the jq or jq-devel rpm package?

    Posted Tue August 09, 2022 03:24 AM

    Unlike most other Opensource packages , jq is not providing a pkgconfig (.pc) file by itself. So we have to create it by ourself. 
    We will try to do that in the next release. BTW, I don't see jq-devel (or dev) delivering .pc files in other distros as well. 



    ------------------------------
    Ayappan P
    ------------------------------