Release: 0.9.5
Environment
Linux (Fedora Core 1)
Description
make -j3 (though I have a UP box) of libksba often (not always) fails. Not clean for parallel compilations?
How To Repeat
./configure
make -j3
Fix
make -j1
Release Note
Fixed in CVS.
Release: 0.9.5
Linux (Fedora Core 1)
make -j3 (though I have a UP box) of libksba often (not always) fails. Not clean for parallel compilations?
./configure
make -j3
make -j1
Fixed in CVS.
Needed to use per-target flags to rename object used by for
the library and the build time helpers.