commit c22619c
hovercats
·
2024-09-21 16:21:26 +0000 UTC
parent 4d88015
ruby: disable openssl
2 files changed,
+3,
-2
+2,
-1
1@@ -5,7 +5,8 @@
2 --disable-shared \
3 --disable-rpath \
4 --enable-install-static-library \
5- --with-static-linked-ext
6+ --with-static-linked-ext \
7+ --without-openssl
8
9 make
10 make DESTDIR="$1" install
+1,
-1
1@@ -1 +1 @@
2-3.3.4 2
3+3.3.4 3