There was an error while loading. Please reload this page.
2 parents 417c9c5 + cdab62e commit dbee2b2Copy full SHA for dbee2b2
1 file changed
scripts/package-build/vpp/package.toml
@@ -24,8 +24,8 @@ for patch in ../patches/vpp/*.patch; do
24
git -c user.email=maintainers@vyos.net -c user.name=vyos am "$patch" || { echo "Failed to apply patch $patch"; exit 1; }
25
done
26
27
-make UNATTENDED=yes install-dep
28
-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
29
cp build-root/*.deb ../
30
"""
31
0 commit comments