[EMAIL PROTECTED] wrote:
> I would appreciate any help regarding dansguardian compilation for our uClibc 
> buildtool env.
> 
> I' ve managed to reach installation but for some reason ( my buildtool.mk is 
> screwed ) it tries to install everything under / and not in staging.
Your buildtool.mk file should contain something like this:

make DESTDIR=$(DANSGUARDIAN_TARGET_DIR) \
 DGPROXYUSER=`id -u` DGPROXYGROUP=`id -g` install

Where DANSGUARDIAN_TARGET_DIR points to wherever you want to install it.

Setting DGPROXYUSER and DGPROXYGROUP is needed because the install
script tries to chown some files, which doesn't work as a non-root user
(never run buildtool as root!). Just don't forget to set the proper
permissions/ownerships in the package (in buildtool.cfg).

I hope that helps

Martin



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to