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