libzmq/packaging
Luca Boccassi b3acae89e2 Problem: RPM -devel still ships libzmq.la
Solution: don't. libtool's archive files are already being deprecated
in Debian-based distros. They are no longer necessary, and cause the
reverse dependencies to over-link.
EG: when built with sodium/pgm/krb5, all applications/libraries
linking against libzmq would be forced to link against sodium/pgm/krb5
despite not using any of those libraries symbols.
2017-08-19 22:04:31 +01:00
..
debian Problem: Debian package not built with GSSAPI 2017-08-19 17:40:15 +01:00
nuget Problem: NuGet pacakge out of date. 2017-03-29 10:44:10 -07:00
obs Problem: OBS _service sets version to unix timestamp.commitid 2017-04-29 13:08:25 +01:00
redhat Problem: RPM -devel still ships libzmq.la 2017-08-19 22:04:31 +01:00
README Problem: builds directory contains packaging scripts 2016-01-15 10:25:38 +01:00

This directory is for packaging tools. Please do not hardcode version
numbers into your scripts; you can get them at runtime by calling
version.sh, or at configure time if you use autoconf.