Skip to content

Commit 32f27a3

Browse files
author
Piotr Kuczynski
committed
Adding libcrypt-devel and libcrypt0 as requirements for ruby on Windows with Cygwin (Fixes rvm#3706)
1 parent 5c06ce5 commit 32f27a3

File tree

1 file changed

+7
-3
lines changed
  • scripts/functions/requirements

1 file changed

+7
-3
lines changed

scripts/functions/requirements/cygwin

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ requirements_cygwin_define()
5454
requirements_cygwin_define "${1%-head}"
5555
;;
5656
(*)
57-
requirements_check libiconv zlib zlib-devel openssl openssl-devel \
58-
libyaml-devel libyaml0_2 sqlite3 make libtool gcc gcc-core \
59-
autoconf automake bison m4 mingw64-i686-gcc-core mingw64-x86_64-gcc-core \
57+
requirements_check make autoconf automake bison m4 libtool \
58+
gcc gcc-core mingw64-i686-gcc-core mingw64-x86_64-gcc-core \
59+
libiconv zlib zlib-devel \
60+
openssl openssl-devel \
61+
libcrypt-devel libcrypt0 \
62+
libyaml-devel libyaml0_2 \
63+
sqlite3 \
6064
patch
6165
if [[ "${_system_arch}" == "x86_64" ]]
6266
then requirements_check cygwin32-readline

0 commit comments

Comments
 (0)