mail-filter/exim-p0f: fix compatibility with exim-4.93

Bug: https://bugs.gentoo.org/723088
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2020-05-15 15:32:57 +02:00
parent 0d49147787
commit b48774a273

View File

@@ -19,7 +19,7 @@ RDEPEND=">=net-analyzer/p0f-3.05_beta
S="${WORKDIR}/exim-p0f3-dlfunc-${PV}"
src_configure() {
append-cppflags "-I/usr/include/exim"
append-cppflags "-I/usr/include/exim -DDLFUNC_IMPL"
econf
}