From 969017087857f71b97fa2f6db5a4c801c39e9fa3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 22 Apr 2018 23:39:49 +0200 Subject: [PATCH] dropbear: Do not build scp Building scp as part of dropbear causes it to conflict with openssh. --- packages/dropbear/Makefile.in.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/dropbear/Makefile.in.patch diff --git a/packages/dropbear/Makefile.in.patch b/packages/dropbear/Makefile.in.patch deleted file mode 100644 index 49c76627..00000000 --- a/packages/dropbear/Makefile.in.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr dropbear-2018.76/Makefile.in dropbear-2018.76.mod/Makefile.in ---- dropbear-2018.76/Makefile.in 2018-02-27 16:25:10.000000000 +0200 -+++ dropbear-2018.76.mod/Makefile.in 2018-04-21 14:05:03.923792282 +0300 -@@ -9,7 +9,7 @@ - # dbclient functionality, and includes the progress-bar functionality in scp. - - ifndef PROGRAMS -- PROGRAMS=dropbear dbclient dropbearkey dropbearconvert -+ PROGRAMS=dropbear dbclient dropbearkey dropbearconvert scp - endif - - STATIC_LTC=libtomcrypt/libtomcrypt.a -- 2.11.0