]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Make static libraries produced by cmake and configure identical.
authorDan Kegel <dank@kegel.com>
Fri, 19 Jun 2020 15:50:13 +0000 (08:50 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 13 Jul 2020 14:25:34 +0000 (16:25 +0200)
commit1e2877069fcd2d02802b00c0b65f0bf4d6ade63f
treeaee7232113373c45680a06843ac34326e05cbe4c
parentc7969f5ac724b47f1fee5fe17a140c8526c34f27
Make static libraries produced by cmake and configure identical.

Also make compat mode .pc files identical.

- cmake: don't do runtime feature checks when doing native builds.
- test/pkgcheck.sh: also compare .a, check compat mode, and handle mac better
- CMakeLists.txt: get Version right in compat mode .pc file
- .github/workflows/pkgcheck.sh: test on more systems, including mac

Fixes #681
.github/workflows/pkgcheck.yml
.gitignore
CMakeLists.txt
Makefile.in
test/pkgcheck.sh