Accepting request 40381 from devel:languages:ruby
Copy from devel:languages:ruby/ruby based on submit request 40381 from user darix OBS-URL: https://build.opensuse.org/request/show/40381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=16
This commit is contained in:
parent
0109ca3d5a
commit
dbb7b2f126
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 14:44:51 UTC 2010 - mrueckert@suse.de
|
||||
|
||||
- fix build on ix86:
|
||||
--target got removed from the %configure macro. add it back
|
||||
locally for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 22:06:56 UTC 2010 - mrueckert@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: ruby
|
||||
Version: 1.8.7.p249
|
||||
Release: 2
|
||||
Release: 3
|
||||
#
|
||||
%define pkg_version 1.8.7
|
||||
%define patch_level p249
|
||||
@ -265,6 +265,7 @@ old parse.c
|
||||
autoreconf -fi
|
||||
export CFLAGS="%{optflags} -g -fno-strict-aliasing"
|
||||
%configure \
|
||||
--target=%{_target_platform} \
|
||||
--with-default-kcode=none \
|
||||
--with-mantype=man \
|
||||
--enable-shared \
|
||||
|
Loading…
Reference in New Issue
Block a user