History log of /openbsd-src/lib/libz/generate_pkgconfig.sh (Results 1 – 2 of 2)
Revision Date Author Comments
# 52b20e7b 05-May-2011 jasper <jasper@openbsd.org>

Make this script more generic and minimize differences between
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the libr

Make this script more generic and minimize differences between
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the library version.
- add license
- remove unused -k flag

no change in generated files

ok sthen@

show more ...


# d6373990 04-May-2011 jasper <jasper@openbsd.org>

Add a zlib.pc pkg-config file, based what newer zlibs ship.
tested by landry@ in a bulk.
ok miod@ sthen@