diff --git a/community/ruby2.3/PKGBUILD b/community/ruby2.3/PKGBUILD index f7349fed8..afbe7384e 100644 --- a/community/ruby2.3/PKGBUILD +++ b/community/ruby2.3/PKGBUILD @@ -13,7 +13,7 @@ _rubyver=2.3 pkgname=ruby2.3 pkgver=${_rubyver}.3 pkgdesc='An object-oriented language for quick and easy programming' -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url='http://www.ruby-lang.org/en/' license=(BSD custom) @@ -29,6 +29,8 @@ sha256sums=('1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc' build() { cd ruby-${pkgver} + #export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig + # fixes https://bugs.ruby-lang.org/issues/9507 [[ $CARCH == 'arm' ]] && patch -Np1 -i ../0002-Use-only-unsigned-long-for-rb_serial_t.patch