diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-26 21:41:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-26 21:41:34 +0100 |
commit | 4d073e64d0b9ee61d30592b8b324560da08c31c2 (patch) | |
tree | 9e954eddae3f5818b99827475fae602a5d22855f /scripts | |
parent | 750f603f1ffc854bcfd190549ffb090246f6e28b (diff) | |
download | vyos-build-4d073e64d0b9ee61d30592b8b324560da08c31c2.tar.gz vyos-build-4d073e64d0b9ee61d30592b8b324560da08c31c2.zip |
build-submodules: ease FRR build procedure
Commit 670b6ca83b018 ("Docker: build libyang Debian package") build the
libyang package into a proper Debian package which is used during build
of FRR.
With this change we can remove the FRR compile hack!
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-submodules | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build-submodules b/scripts/build-submodules index 3502a7d4..0d11c059 100755 --- a/scripts/build-submodules +++ b/scripts/build-submodules @@ -175,16 +175,6 @@ build_frr() { source /etc/os-release tar xf ../../frr_*${ID}${VERSION_ID}*.debian.tar.xz - # As libyang is not (yet) build and installed as native Debian package FRR - # build system reports the following error: - # - # "dpkg-shlibdeps: error: no dependency information found for - # /usr/lib/x86_64-linux-gnu/libyang.so.0.16" - # - # It is "overruled" by - sed '/dh_systemd_enable frr.service/ a \\noverride_dh_shlibdeps:\n\tdh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info\n' -i debian/rules - - # Build Debian Package debuild --no-lintian --set-envvar=WANT_SNMP=1 --set-envvar=WANT_RPKI=1 \ --set-envvar=WANT_CUMULUS_MODE=0 -b -uc -us \ |