]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Switch to pkgconf (MSYS2, MinGW-w64)
authorWolfgang Stöggl <c72578@yahoo.de>
Sat, 13 Mar 2021 09:06:06 +0000 (10:06 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Sat, 13 Mar 2021 09:06:06 +0000 (10:06 +0100)
commiteaa73da85970a3fa9eb4a791d5ab31a7221561a5
tree6c08e0061af72d94298ba1ffc9ec32990b088ec3
parentd40f1c8c76f8cbf4ec5777c730d66f9dd6a4d359
Switch to pkgconf (MSYS2, MinGW-w64)

The MSYS2 project has switched from pkg-config to pkgconf as default.
For details, see: https://github.com/msys2/MSYS2-packages/pull/2197
Both packages work when building RRDtool for Windows using MSYS2.
- Switch to pkgconf instead of pkg-config
- Update the following files:
  .github/workflows/ci-workflow.yml
  win32/README-MinGW-w64
- This avoids the following warning in the Windows CI-build:
  warning: removing 'mingw-w64-x86_64-pkg-config' from target list
  because it conflicts with 'mingw-w64-x86_64-pkgconf'
.github/workflows/ci-workflow.yml
win32/README-MinGW-w64