mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/ruby2.3 to 2.3.3-3
This commit is contained in:
parent
63138a0ffc
commit
c2785afca4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue