mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
net-dialup/accel-ppp: fix detection of Lua interpreter
Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/720846 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user