diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 00:44:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 00:44:58 +0000 |
commit | 505996ce0e385ab90f95532a8302c995fb8418b6 (patch) | |
tree | d46ccbc8028f1b1b61126898f60fa5f80b5e4222 /sub/dropbear/Makefile | |
parent | af8d78e093c10e3b1fc1be03ada6d18ac2cb7698 (diff) | |
download | lh-bootstrap-505996ce0e385ab90f95532a8302c995fb8418b6.tar.xz |
Attempt to rip musl from build-build, to support more distro compilers
Diffstat (limited to 'sub/dropbear/Makefile')
-rw-r--r-- | sub/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index 9eecc65..9b094c9 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,6 +1,6 @@ include sub/dropbear/Makefile.sftp-server -DROPBEAR_VERSION ?= 2017.75 +DROPBEAR_VERSION ?= 2018.76 clean-dropbear: |