Skip to content

Commit dbee2b2

Browse files
authored
Merge pull request #1069 from sever-sever/T7970-systemd
T7970: VPP add systemd notify option for build
2 parents 417c9c5 + cdab62e commit dbee2b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/package-build/vpp/package.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ for patch in ../patches/vpp/*.patch; do
2424
git -c user.email=maintainers@vyos.net -c user.name=vyos am "$patch" || { echo "Failed to apply patch $patch"; exit 1; }
2525
done
2626
27-
make UNATTENDED=yes install-dep
28-
make pkg-deb
27+
make UNATTENDED=yes VPP_ENABLE_SYSTEMD_NOTIFY=ON install-dep
28+
make VPP_EXTRA_CMAKE_ARGS="-DVPP_ENABLE_SYSTEMD_NOTIFY=ON" pkg-deb
2929
cp build-root/*.deb ../
3030
"""
3131

0 commit comments

Comments
 (0)