dropbear: Do not build scp

Building scp as part of dropbear causes it to conflict with openssh.
This commit is contained in:
Fredrik Fornwall 2018-04-22 23:39:49 +02:00
parent 0c35bd52aa
commit cb73157041
1 changed files with 0 additions and 12 deletions

View File

@ -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