Stretch's version of libsmartcols includes the (binary) symbol, but does not
export it via its API, probably to make the intermediate release
API-compatible.
libdnf needs it, so we'll just declare the function and hope that linking will
be able to pick it up just fine.
For newer versions, that should just turn into a comment.
Gbp-Pq: Name 0009-Use-private-scols_cell_get_alignment-with-older-libs.patch
#include <string>
#include <stdexcept>
+extern "C" {
+@LIBSMARTCOLS_COMPAT@ extern int scols_cell_get_alignment(const struct libscols_cell *ce);
+}
+
class Cell
{
public: