mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
`pkg-config` is mandatory for compiling s390-tools anyway therefore let's replace `curl-config` and `xml2-config` calls whenever possible. In addition, `pkg-config` has the advantage that cross-compilation is supported. While at it, use `pkg-config` for libcrypto, json-c, and libssl as well. Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>