Skip to content

Commit

Permalink
Adding missing autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikushin committed Feb 27, 2021
1 parent d473e46 commit 9b8a886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ make -j12 && make install
```
git clone https://github.com/dmikushin/openssh-android
cd openssh-android
autoconf
mkdir build
cd build
LDFLAGS=-static CFLAGS="-D__ANDROID__ -O3 -fomit-frame-pointer -ffast-math" CC=$(pwd)/../../musl/install/bin/musl-gcc ../configure --prefix=$(pwd)/../install --host=arm-linux-gnueabi --without-zlib --without-openssl
Expand Down

0 comments on commit 9b8a886

Please sign in to comment.