mail-filter/opendkim: new revision to fix liblua detection.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 28 Jan 2020 19:28:59 +0000 (14:28 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 28 Jan 2020 19:47:56 +0000 (14:47 -0500)
commit27f5cf2a6b5241f55adab59c541d18fc04fe7509
tree073111fb26505ddfc51496ef98c0ce5c4fee0ebf
parentb959df4269eb82f8ea1394b7f9ea9fd605758ba8
mail-filter/opendkim: new revision to fix liblua detection.

The ./configure script for OpenDKIM is all kinds of crazy when it
comes to detecting liblua. First, the PKG_CHECK_MODULES call was
looking for the wrong module, and I had to add the correct name to the
list. But then, once pkg-config could find liblua, it was doing the
wrong thing -- none of the "I have Lua support" commands were being
executed. So in a way it was fortunate that the old PKG_CHECK_MODULES
was failing. In any case, I've patched configure.ac to fix everything,
and will be sending a PR upstream.

This new revision adds that patch.

Closes: https://bugs.gentoo.org/704556
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
mail-filter/opendkim/files/opendkim-2.10.3-lua-pkgconfig.patch [new file with mode: 0644]
mail-filter/opendkim/opendkim-2.10.3-r18.ebuild [new file with mode: 0644]