- try non-parallel build

This commit is contained in:
jorton 2005-03-08 10:45:34 +00:00
parent f44b1286a2
commit 539f500b87
1 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--without-swig --with-neon=%{_prefix} \ --without-swig --with-neon=%{_prefix} \
--with-apxs=%{_sbindir}/apxs --disable-mod-activation --with-apxs=%{_sbindir}/apxs --disable-mod-activation
make %{?_smp_mflags} all javahl %{swigdirs} make %{?_smp_mflags} all %{swigdirs}
#make swig-pl swig-py #make swig-pl swig-py
make javahl
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}