SHA256
1
0
forked from pool/ruby

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:
OBS User autobuild 2010-05-25 08:39:16 +00:00 committed by Git OBS Bridge
parent 0109ca3d5a
commit dbb7b2f126
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 \