We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9463c32 commit 6daccb5Copy full SHA for 6daccb5
openssh/PKGBUILD
@@ -2,7 +2,7 @@
2
3
pkgname=openssh
4
pkgver=10.0p1
5
-pkgrel=3
+pkgrel=4
6
pkgdesc='Free version of the SSH connectivity tools'
7
url='https://www.openssh.com/portable.html'
8
msys2_changelog_url="https://www.openssh.com/releasenotes.html"
@@ -42,6 +42,9 @@ build() {
42
# setproctitle is new in Cygwin 3.6, and we want openssh
43
# to work with older Cygwin versions too.
44
export ac_cv_func_setproctitle=no
45
+ # configure might detect arc4random_stir stub in older
46
+ # Cygwin versions, which is not in header
47
+ export ac_cv_func_arc4random_stir=no
48
49
export MSYSTEM=CYGWIN
50
TEST_SSH_UTF8=no \
0 commit comments