[PATH] WUF: use LIBDIR

2007-12-17 Thread Bert Wesarg
The --with-libdir configure option has no effect in some parts of the build system. Fix this. Regards Bert Wesarg -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

[PATCH] WUF: add -with-bindir configure option

2007-12-17 Thread Bert Wesarg
Regards Bert Wesarg -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

WUF: how to add arbitrary linker flags?

2007-12-17 Thread Bert Wesarg
Hello, I need to pass arbitrary linker flags to the buld system, how can I do this? More specific I need to add an --rpath to the program linker flags, so that the xmms2 binaries find the xmms2 libraries. Currently I hand edit default.cache.py and add an RPATH variable holding this. But how do I

Re: [PATCH] WUF: add -with-bindir configure option

2007-12-17 Thread Anders Waldenborg
Hi Bert, mailinglist strips most attachments, so they didn't get through. Please retry sending them inline, or make sure they are sent in a multipart with contenttype text/plain or text/x-diff. anders -- ___ Xmms2-devel mailing list Xmms2-devel@l

Re: [PATCH] WUF: add -with-bindir configure option

2007-12-17 Thread Bert Wesarg
Resend. commit 48b79dc0e2df0b661899b051f0e4fe7ddee3a8ec Author: Bert Wesarg <[EMAIL PROTECTED]> Date: Mon Dec 17 16:26:20 2007 +0100 add --with-bindir configure option B.W. diff --git a/src/clients/et/wscript b/src/clients/et/wscript index 849aafa..1b6098f 100644 --- a/src/clients/et/

Re: [PATH] WUF: use LIBDIR

2007-12-17 Thread Bert Wesarg
Resend. --- commit ee497b22aaa879728c1adb583905e6e49176e4e3 Author: Bert Wesarg <[EMAIL PROTECTED]> Date: Mon Dec 17 15:00:46 2007 +0100 use LIBDIR and not join(PREFIX, lib) B.W. diff --git a/src/include/xmms/wscript b/src/include/xmms/wscript index 025f6ff..4544050 100644 --- a/src/i

Re: [PATH] WUF: use LIBDIR

2007-12-17 Thread Anders Waldenborg
Bert Wesarg wrote: > --- a/wafadmin/Tools/python.py > +++ b/wafadmin/Tools/python.py Not sure we want LIBDIR to decide where python bindings are installed. There is a PYTHORDIR already for that.. Btw wafadmin/* is upstream waf, so changes there ideally wants to go through waf svn. anders

Re: [PATCH] WUF: add -with-bindir configure option

2007-12-17 Thread Anders Waldenborg
Bert Wesarg wrote: > Resend. > > commit 48b79dc0e2df0b661899b051f0e4fe7ddee3a8ec > Author: Bert Wesarg <[EMAIL PROTECTED]> > Date: Mon Dec 17 16:26:20 2007 +0100 > > add --with-bindir configure option Thanks, applied, added you to AUTHORS. (your mailer mangled patch btw (wrapped lines))