Skip to content

Commit 7bca76b

Browse files
authored
Merge pull request #36 from zopencommunity/openssh_failure
Add Openssh as dependency
2 parents ac4239a + 6cb8af9 commit 7bca76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GPG_VERSION="2.5.3"
33

44
export ZOPEN_STABLE_URL="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${GPG_VERSION}.tar.bz2"
55
export ZOPEN_CATEGORIES="security"
6-
export ZOPEN_STABLE_DEPS="make bzip2 tar curl perl automake autoconf m4 sed gettext zoslib diffutils libgpgerror npth libgcrypt libksba libassuan texinfo pinentry ncurses ntbtls zlib zip openssl"
6+
export ZOPEN_STABLE_DEPS="make bzip2 tar curl perl automake autoconf m4 sed gettext zoslib diffutils libgpgerror npth libgcrypt libksba libassuan texinfo pinentry ncurses ntbtls zlib zip openssl openssh"
77
export ZOPEN_BUILD_LINE="STABLE"
88
export ZOPEN_COMP=CLANG
99
GPG_TTY=$(tty)

patches/t-exectool.c.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index e1fffdc..f15e9db 100644
77
es_fclose (in);
88

99
+#ifdef __MVS__
10-
+ __e2a_l(reference, reference_len); //Workaroud for binary file conversion
10+
+ __e2a_l(reference, reference_len); //Workaround for binary file conversion
1111
+#endif
1212
+
1313
if (verbose)

0 commit comments

Comments
 (0)