From 633130f8b517cc9c6f37fe74faffe639ecdf93ba Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 12 Jun 2018 23:51:07 +0200 Subject: [PATCH] bird2: Disable libssh support Explicitly disable libssh support Fixes build failure on buildbots " Package bird2 is missing dependencies for the following libraries: libssh.so.4 " http://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a9_neon/routing/bird2/compile.txt Signed-off-by: Daniel Engberg --- bird2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird2/Makefile b/bird2/Makefile index 47ca580..4281eed 100644 --- a/bird2/Makefile +++ b/bird2/Makefile @@ -96,7 +96,7 @@ protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. endef -CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)" +CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)" --disable-libssh define Package/bird2/conffiles /etc/bird.conf -- 2.30.2