From 3d67842c4562fb2b2694416c1d4671fb83da08e1 Mon Sep 17 00:00:00 2001 From: Andrii Melnychenko Date: Fri, 19 Dec 2025 14:15:37 +0100 Subject: T8010: Added the HAVE_SESSION_HOOKS macro to the accel-pppd's build Signed-off-by: Andrii Melnychenko --- scripts/package-build/linux-kernel/build-accel-ppp-ng.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/package-build/linux-kernel') diff --git a/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh b/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh index b5ca62c7..0f5292b8 100755 --- a/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh +++ b/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh @@ -55,6 +55,7 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \ -DLUA=5.3 \ -DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \ -DHAVE_VPP=1 \ + -DHAVE_SESSION_HOOKS=1 \ -DCPACK_TYPE=Debian12 .. CPATH="${VPP_INCLUDE_PATH}" LIBRARY_PATH="${VPP_LIBRARY_PATH}" make -- cgit v1.2.3