summaryrefslogtreecommitdiff
path: root/scripts/package-build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build')
-rw-r--r--scripts/package-build/vpp/package.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml
index 592a672c..27903327 100644
--- a/scripts/package-build/vpp/package.toml
+++ b/scripts/package-build/vpp/package.toml
@@ -24,8 +24,8 @@ for patch in ../patches/vpp/*.patch; do
git -c user.email=maintainers@vyos.net -c user.name=vyos am "$patch" || { echo "Failed to apply patch $patch"; exit 1; }
done
-make UNATTENDED=yes install-dep
-make pkg-deb
+make UNATTENDED=yes VPP_ENABLE_SYSTEMD_NOTIFY=ON install-dep
+make VPP_EXTRA_CMAKE_ARGS="-DVPP_ENABLE_SYSTEMD_NOTIFY=ON" pkg-deb
cp build-root/*.deb ../
"""