aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-08 11:19:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-08 11:19:25 +0000
commit8853a68804a505e1af90ccbbfc9295551a5d3a6c (patch)
treea66ffc1f8a4ceb68ae6ff7d487ce7e15331de52a
parentfd605d093920fea6b6220e817b6e07c2858fddf9 (diff)
downloadaports-8853a68804a505e1af90ccbbfc9295551a5d3a6c.tar.bz2
aports-8853a68804a505e1af90ccbbfc9295551a5d3a6c.tar.xz
main/ruby: enable threading
fixes segfault for sqlite3-ruby
-rw-r--r--main/ruby/APKBUILD3
-rw-r--r--main/ruby/test.db0
2 files changed, 2 insertions, 1 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD
index ffeb781502..06b33bbe8d 100644
--- a/main/ruby/APKBUILD
+++ b/main/ruby/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby
pkgver=1.8.7_p174
_pkgver=1.8.7-p174
-pkgrel=1
+pkgrel=2
pkgdesc="An object-oriented language for quick and easy programming"
url="http://www.ruby-lang.org/en/"
license="Ruby"
@@ -31,6 +31,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
+ --enable-pthread \
--with-sitedir='/usr/local/lib/site_ruby' \
--with-extra-site-search-path='/usr/lib/site_ruby/$(ruby_ver)/i686-linux' \
--enable-shared
diff --git a/main/ruby/test.db b/main/ruby/test.db
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/main/ruby/test.db