From b52cb617cd14990061ae455a27f32e6a0d5e7aba Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Sat, 9 May 2020 13:18:02 +0300 Subject: [PATCH] net-dialup/accel-ppp: fix detection of Lua interpreter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/720846 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov --- net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild | 2 +- net-dialup/accel-ppp/accel-ppp-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild index 7362e06b530c..61e4c0092c83 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild @@ -72,7 +72,7 @@ src_configure() { -DBUILD_VLAN_MON_DRIVER="$(usex ipoe)" -DCRYPTO=OPENSSL -DLOG_PGSQL="$(usex postgres)" - -DLUA="$(usex lua)" + -DLUA="$(usex lua TRUE FALSE)" -DMEMDEBUG="$(usex debug)" -DNETSNMP="$(usex snmp)" -DRADIUS="$(usex radius)" diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index a05fd2d9a09d..68e1f642d6f6 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -64,7 +64,7 @@ src_configure() { -DBUILD_VLAN_MON_DRIVER="$(usex ipoe)" -DCRYPTO=OPENSSL -DLOG_PGSQL="$(usex postgres)" - -DLUA="$(usex lua)" + -DLUA="$(usex lua TRUE FALSE)" -DMEMDEBUG="$(usex debug)" -DNETSNMP="$(usex snmp)" -DRADIUS="$(usex radius)" -- 2.26.2