From e4ad5d41ab71361b85ed4b6f2fce82bdda1c8645 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 17 May 2021 10:49:12 -0400 Subject: dev-php/swoole: Swap EROOT for ESYSROOT in src_configure Signed-off-by: Brian Evans --- dev-php/swoole/swoole-4.5.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-php/swoole/swoole-4.5.9.ebuild') diff --git a/dev-php/swoole/swoole-4.5.9.ebuild b/dev-php/swoole/swoole-4.5.9.ebuild index 48523b05538a..5d5171051808 100644 --- a/dev-php/swoole/swoole-4.5.9.ebuild +++ b/dev-php/swoole/swoole-4.5.9.ebuild @@ -43,14 +43,14 @@ RDEPEND="${DEPEND}" IUSE="debug http2 mysql sockets ssl" src_configure() { - # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory + # JEMalloc not included as it refuses to find a ${ESYSROOT}/usr/includes/jemalloc subdirectory local PHP_EXT_ECONF_ARGS=( --enable-swoole $(use_enable debug) $(use_enable http2) $(use_enable mysql mysqlnd) $(use_enable ssl openssl) - $(use_with ssl openssl-dir "${EROOT}/usr") + $(use_with ssl openssl-dir "${ESYSROOT}/usr") $(use_enable sockets) ) -- cgit v1.2.3-65-gdbad