From: Fabian Groffen Date: Tue, 12 May 2020 06:37:10 +0000 (+0200) Subject: mail-mta/exim-4.93.0.4: force correct version of db.h to be found X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=903a890ff05ce3dbbe456a7a309a3febb52daa95;p=gentoo.git mail-mta/exim-4.93.0.4: force correct version of db.h to be found Closes: https://bugs.gentoo.org/722530 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen --- diff --git a/mail-mta/exim/exim-4.93.0.4.ebuild b/mail-mta/exim/exim-4.93.0.4.ebuild index 6e7870394653..1599e1d7e659 100644 --- a/mail-mta/exim/exim-4.93.0.4.ebuild +++ b/mail-mta/exim/exim-4.93.0.4.ebuild @@ -223,7 +223,8 @@ src_configure() { LOOKUP_CDB=yes LOOKUP_PASSWD=yes LOOKUP_DSEARCH=yes - LOOKUP_INCLUDE += -I$(db_includedir ${DB_VERS}) + # keep include in CFLAGS because exim.h -> dbstuff.h -> db.h + CFLAGS += -I$(db_includedir ${DB_VERS}) DBMLIB = -l$(db_libname ${DB_VERS}) EOC