diff options
Diffstat (limited to 'data/openssh/make.sh')
-rw-r--r-- | data/openssh/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/openssh/make.sh b/data/openssh/make.sh index 6b93f1a83..e56d762e0 100644 --- a/data/openssh/make.sh +++ b/data/openssh/make.sh @@ -1,5 +1,7 @@ pkg:extract cd * +pkg:patch +autoconf pkg:configure --disable-strip --sysconfdir=/etc/ssh make pkg:install INSTALL_SSH_RAND_HELPER=yes |