Skip to content

Commit

Permalink
dev-db/sqlite: Use ${ESYSROOT} for Readline headers directory.
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/731120
Closes: gentoo#16707
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Jul 15, 2020
1 parent f2ec2b6 commit 01a1579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-db/sqlite/sqlite-3.31.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ multilib_src_configure() {
$(use_enable readline)
)
if full_archive && use readline; then
options+=(--with-readline-inc="-I${EPREFIX}/usr/include/readline")
options+=(--with-readline-inc="-I${ESYSROOT}/usr/include/readline")
fi

# secure-delete USE flag.
Expand Down
2 changes: 1 addition & 1 deletion dev-db/sqlite/sqlite-3.32.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ multilib_src_configure() {
$(use_enable readline)
)
if use readline; then
options+=(--with-readline-inc="-I${EPREFIX}/usr/include/readline")
options+=(--with-readline-inc="-I${ESYSROOT}/usr/include/readline")
fi

# secure-delete USE flag.
Expand Down

0 comments on commit 01a1579

Please sign in to comment.