History | View | Annotate | Download (798 Bytes)
Change mariadb_config to mysql_config --- how did this ever work?
Cleanup for MariaDB on Ubuntu.
First cut at external => internal name mapping using MySQL. It is currently not an error if the mapping doesn't exist --- it just falls back to the old SHA256 behavior --- and there is no automated addition of the mapping to the database when you create a log. To make this work...
Small compile fixes so mqtt-gdp-gateway will compile.
For some reason -luuid fails on RedHat even though /lib/libuuid.* exists. This change works around the problem in a rather crude way.
Add UUID support to libep (for future use).
Refactor add-libs.sh to make adding libraries easier. No semantic changes.
Look more places for libsystemd instances.
Portability fixes (mostly Makefiles)
Arrange to do systemd notifications if available. Note that the package systemd-dev must be installed previously (this is not the default!).
Oh bother, more library incompatibity problems.
Tweak to fix compile on RedHat 6.8.
Arrange to dynamically choose libraries based on environment and conditions. This isn't completely satisfying.