wurlinc-rice 1.4.0.1 → 1.4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bootstrap +0 -1
- data/extconf.rb +3 -2
- metadata +4 -4
data/bootstrap
CHANGED
data/extconf.rb
CHANGED
@@ -27,7 +27,8 @@ if RUBY_PLATFORM =~ /darwin10/
|
|
27
27
|
arch = Config::CONFIG["arch"].split("-")[0]
|
28
28
|
|
29
29
|
if arch == "universal"
|
30
|
-
arch = `uname -m`.strip
|
30
|
+
#arch = `uname -m`.strip
|
31
|
+
arch = "x86_64"
|
31
32
|
end
|
32
33
|
|
33
34
|
other_opts = "--disable-dependency-tracking"
|
@@ -38,4 +39,4 @@ elsif RUBY_PLATFORM =~ /darwin9/
|
|
38
39
|
end
|
39
40
|
|
40
41
|
puts "PWD: #{`pwd`}"
|
41
|
-
system "#{env} sh configure --with-ruby=#{with_ruby} --prefix=#{prefix_dir} #{other_opts}"
|
42
|
+
system "#{env} sh configure --with-ruby=#{with_ruby} --prefix=#{prefix_dir} #{other_opts} --host=x86_64"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wurlinc-rice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 119
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 1.4.0.
|
10
|
+
- 4
|
11
|
+
version: 1.4.0.4
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Paul Brannan
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-06-
|
21
|
+
date: 2011-06-21 00:00:00 -07:00
|
22
22
|
default_executable:
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|