Another build fix.

This commit is contained in:
Kevin Kofler 2008-05-29 20:57:06 +00:00
parent 803c91323f
commit 4bce72d62d
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ autoreconf --force --install
%{__make} %{?_smp_mflags}
pushd scripts/perl
# disable the check for the installed library, the library isn't installed yet
# at this point and isn't expected to
sed -i -e 's/check_lib_or_exit/#check_lib_or_exit/g' Makefile.PL
perl Makefile.PL INSTALLDIRS="vendor"
%{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
popd