chiark / gitweb /
ruby: Depend on libyaml
[termux-packages] / packages / ruby / build.sh
index 3ecf7adc2cda7b606ae726c9ba828765464527b8..6c8568e89bb32ee08cafa22ca942d3d9f36e9dda 100644 (file)
@@ -5,7 +5,7 @@ TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2
 TERMUX_PKG_SHA256=748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735
 TERMUX_PKG_SRCURL=https://cache.ruby-lang.org/pub/ruby/${_MAJOR_VERSION}/ruby-${TERMUX_PKG_VERSION}.tar.xz
 # libbffi is used by the fiddle extension module:
-TERMUX_PKG_DEPENDS="libandroid-support, libffi, libgmp, readline, openssl, libutil"
+TERMUX_PKG_DEPENDS="libandroid-support, libffi, libgmp, readline, openssl, libutil, libyaml"
 # Needed to fix compilation on android:
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setgroups=no ac_cv_func_setresuid=no ac_cv_func_setreuid=no --enable-rubygems"
 # The gdbm module seems to be very little used: