From 7149a2aa2e51abe6ffb2d81db4ff58da825f0da8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 5 Oct 2022 21:43:36 +0200 Subject: accel-ppp: T4691: adjust to changes in CMake build system Specifying -DLUA=True results in selection of the Lua language version 5.1 - we need 5.3. --- packages/linux-kernel/build-accel-ppp.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'packages') diff --git a/packages/linux-kernel/build-accel-ppp.sh b/packages/linux-kernel/build-accel-ppp.sh index 90808609..45c3494e 100755 --- a/packages/linux-kernel/build-accel-ppp.sh +++ b/packages/linux-kernel/build-accel-ppp.sh @@ -22,7 +22,6 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \ -DBUILD_VLAN_MON_DRIVER=TRUE \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDIR=${KERNEL_DIR} \ - -DLUA=TRUE \ -DLUA=5.3 \ -DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \ -DCPACK_TYPE=Debian11 .. -- cgit v1.2.3