- Enable pthread support for ppc too. (#201452)
- Fix unexpected dependencies appears in ruby-libs. (#253325)
This commit is contained in:
parent
0a1f03043b
commit
cc412b274d
@ -175,11 +175,7 @@ export CFLAGS
|
|||||||
--with-bundled-rmd160 \
|
--with-bundled-rmd160 \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
%ifarch ppc
|
|
||||||
--disable-pthread \
|
|
||||||
%else
|
|
||||||
--enable-pthread \
|
--enable-pthread \
|
||||||
%endif
|
|
||||||
--with-lookup-order-hack=INET \
|
--with-lookup-order-hack=INET \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-ruby-prefix=%{_prefix}/lib
|
--with-ruby-prefix=%{_prefix}/lib
|
||||||
@ -471,6 +467,10 @@ rm -rf tmp-ruby-docs
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-2
|
||||||
|
- Enable pthread support for ppc too. (#201452)
|
||||||
|
- Fix unexpected dependencies appears in ruby-libs. (#253325)
|
||||||
|
|
||||||
* Wed Oct 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-1
|
* Wed Oct 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- ruby-r12567.patch: removed.
|
- ruby-r12567.patch: removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user