Re: [Ecryptfs-devel] Some build notes

2007-10-04 Thread Alon Bar-Lev
On 10/4/07, Michael Halcrow <[EMAIL PROTECTED]> wrote: > The only things being explicitly stripped are the key modules (.so > files). I basically need to get them to LIBDIR/ecryptfs/, and I need > them to be named "libecryptfs_key_mod_*.so". As you can see from my > games with *_INSTALL_STR and *_S

Re: [Ecryptfs-devel] Some build notes

2007-10-04 Thread Michael Halcrow
On Wed, Oct 03, 2007 at 02:37:56AM +0200, Alon Bar-Lev wrote: > Some built notes regarding the utilities (23): > > 1. ./src/utils/ecryptfs_add_passphrase.c - missing #include This will be fixed in the next release. > 2. Parallel make issues the installation fails with greater than > -j1, please

[Ecryptfs-devel] Some build notes

2007-10-02 Thread Alon Bar-Lev
Hello, Some built notes regarding the utilities (23): 1. ./src/utils/ecryptfs_add_passphrase.c - missing #include 2. Parallel make issues the installation fails with greater than -j1, please try to replace install-data-local with install-data-hook so it will be called after all other tasks fini