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 <string.h>

This will be fixed in the next release.

> 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 finish.

As will this.

> 3. Striped files are installed, even if it was not requested by make
> install-strip. For some rules at install-data-local an explicit strip
> is performed. $(STRIP) should be used and not explicit strip if one
> wish to use strip.

Understood.

> But, this does not gives the option to distinguish between "make
> install" and "make install-strip", for this you have INSTALL_PROGRAM
> which is set up with strip or without by automake.

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 *_SCRUB_STR from configure.in, I have not
quite mastered the art of autoconf+automake for making .so's that will
be dlopen'd. I am certain that there is a more sensible way to write
the entire src/key_mod/Makefile.am, but I'm not sure what that is.

Thanks,
Mike

Attachment: pgpq0VJNKVucU.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
eCryptfs-devel mailing list
eCryptfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel

Reply via email to