projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8bd65
)
mail-mta/exim-4.93.0.4: force correct version of db.h to be found
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 12 May 2020 06:37:10 +0000
(08:37 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 12 May 2020 06:41:03 +0000
(08:41 +0200)
Closes: https://bugs.gentoo.org/722530
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
mail-mta/exim/exim-4.93.0.4.ebuild
patch
|
blob
|
history
diff --git
a/mail-mta/exim/exim-4.93.0.4.ebuild
b/mail-mta/exim/exim-4.93.0.4.ebuild
index 6e7870394653abc9a161f324d1cf1e45118b27a1..1599e1d7e6594dcae833c2a9384c1095c4d544bb 100644
(file)
--- 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