From c6864ed0eb479ea9116724cbc62e823e487fcf2d Mon Sep 17 00:00:00 2001 From: Jernej Jakob Date: Sat, 29 Feb 2020 03:07:07 +0100 Subject: T2085: fix building of keepalived --- scripts/build-packages | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/build-packages b/scripts/build-packages index 953f1d0..7329a84 100755 --- a/scripts/build-packages +++ b/scripts/build-packages @@ -232,10 +232,7 @@ pkg_special.append( add_package('frr', url='https://github.com/FRRouting/frr.git # # We use keepalived from Debian Buster # -keepalived_build_cmd = "sed -i 's/debhelper (>= 11)/debhelper (>= 9)/' debian/control && " \ - "echo 9 > debian/compat && " \ - "dpkg-buildpackage -b -us -uc -tc -j$(getconf _NPROCESSORS_ONLN)" -pkg_special.append( add_package('keepalived', url='https://salsa.debian.org/ipvs-team/pkg-keepalived.git', branch='master', commit='eae91c81', custombuild_cmd=keepalived_build_cmd) ) +pkg_special.append( add_package('keepalived', url='https://salsa.debian.org/ipvs-team/pkg-keepalived.git', branch='master', commit='eae91c81')) # # Linux (VyOS) Kernel -- cgit v1.2.3