diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:06:48 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:06:48 +0000 |
commit | 9a036faded3bdc29d0d147826f79ba15537f4c1e (patch) | |
tree | 7c9984d8c2afbe2173cdf9fd5231fdcdf1f3e032 /data/openssh/make.sh | |
parent | 53ba78c11ccaff3268f40699a275b5fc0fff5115 (diff) |
Fixed some configuration issues in OpenSSH and paid more attention to some autoconf warnings.
git-svn-id: http://svn.telesphoreo.org/trunk@80 514c082c-b64e-11dc-b46d-3d985efe055d
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 |