fix configure line
This commit is contained in:
parent
a2dfd24d62
commit
a1afeb9cae
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ocaml-gettext
|
Name: ocaml-gettext
|
||||||
Version: 0.3.3
|
Version: 0.3.3
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: OCaml library for i18n
|
Summary: OCaml library for i18n
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -109,9 +109,10 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
--disable-camomile \
|
--disable-camomile \
|
||||||
|
%else
|
||||||
|
--enable-test \
|
||||||
%endif
|
%endif
|
||||||
--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \
|
--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
|
||||||
--enable-test
|
|
||||||
make all
|
make all
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -217,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2011 Karsten Hopp <karsten@redhat.com> 0.3.3-8
|
||||||
|
- fix configure line
|
||||||
|
|
||||||
* Wed Dec 21 2011 Karsten Hopp <karsten@redhat.com> 0.3.3-7
|
* Wed Dec 21 2011 Karsten Hopp <karsten@redhat.com> 0.3.3-7
|
||||||
- build with 'make all', not 'make' as that defaults to 'make test' and fails on ppc64
|
- build with 'make all', not 'make' as that defaults to 'make test' and fails on ppc64
|
||||||
due to the missing gettext-camomile
|
due to the missing gettext-camomile
|
||||||
|
Loading…
Reference in New Issue
Block a user