Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Alon Bar-Lev
On 12/11/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: yes, I'd like to help them too. but there is a limit on how much cruft we add to our code, only because someone else didn't do his homework. (ok, that is not entirely fair, because those OS/distris don't have the concept of packages, the

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Andreas Jellinghaus
Eddy Nigg (StartCom Ltd.) wrote: You are speaking here too much from the developer side and forget the user...If this makes it easier to configure it correctly, than it is an advantage! honestly, users are using what the distribution provides. very few people compile software on their own, an

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Alon Bar-Lev
On 12/11/06, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: On 11/12/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > but maybe the whole system is broken, I'm looking forward to see if > cmake is more practical. kde is switiching to it, and half a year > after kde4 release we will see if it wor

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Ludovic Rousseau
On 11/12/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: but maybe the whole system is broken, I'm looking forward to see if cmake is more practical. kde is switiching to it, and half a year after kde4 release we will see if it works out or not. but so far what I read looks promising. I trie

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Eddy Nigg (StartCom Ltd.)
Andreas Jellinghaus wrote: > > I don't remember many configure scripts that had all this complexity to > not only automatically detect some library - which is sometimes already > horrible - but also to allow to disable that detection if the library is > optional. > > debugging configure is already

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Andreas Jellinghaus
Alessandro Premoli wrote: Yes, it helps, thanks. It's always a good thing to deliberately choose which libraries and packages link to. I don't remember many configure scripts that had all this complexity to not only automatically detect some library - which is sometimes already horrible - but a

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-11 Thread Alessandro Premoli
Andreas Jellinghaus ha scritto: It adds --disable-openct and --disable-pcsc-lite options. Well, if it helps... commited to trunk, thanks! Yes, it helps, thanks. It's always a good thing to deliberately choose which libraries and packages link to. -- Alessandro smime.p7s Description: S/MI

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-09 Thread Alon Bar-Lev
On 12/9/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: Well, if it helps... commited to trunk, thanks! Can you have a look at the wiki and document the options somewhere, if you find a fiting place? Done! Best Regards, Alon Bar-Lev. ___ opensc-de

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-09 Thread Andreas Jellinghaus
Alon Bar-Lev wrote: I've created a patch for Gentoo that enables disabling the linkage of pcsc-lite and openct, even if they are installed on system. It adds --disable-openct and --disable-pcsc-lite options. Well, if it helps... commited to trunk, thanks! Can you have a look at the wiki and d

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-06 Thread Alon Bar-Lev
On 12/6/06, Peter Stuge <[EMAIL PROTECTED]> wrote: On Wed, Dec 06, 2006 at 08:27:05AM +0200, Alon Bar-Lev wrote: > I've created a patch for Gentoo that enables disabling the linkage > of pcsc-lite and openct, even if they are installed on system. > It adds --disable-openct and --disable-pcsc-lite

Re: [opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-06 Thread Peter Stuge
On Wed, Dec 06, 2006 at 08:27:05AM +0200, Alon Bar-Lev wrote: > I've created a patch for Gentoo that enables disabling the linkage > of pcsc-lite and openct, even if they are installed on system. > It adds --disable-openct and --disable-pcsc-lite options. This is good for other systems than Gentoo

[opensc-devel] [PATCH] Configure - allow disable pcsc-lite and openct linkage

2006-12-05 Thread Alon Bar-Lev
Hello, I've created a patch for Gentoo that enables disabling the linkage of pcsc-lite and openct, even if they are installed on system. It adds --disable-openct and --disable-pcsc-lite options. Also a minor correction for pkg-config (adds PKG_PROG_PKG_CONFIG). Please review. Best Regards, Alo