Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Andreas Jellinghaus
Am Freitag, 24. März 2006 23:47 schrieb Eddy Nigg (StartCom Ltd.): > Could you apply this patch? Correcting the insistence of opensc > directory :-) I simply removed that libdir line. fixed in svn and next snapshot. Andreas ___ opensc-devel mailing lis

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Eddy Nigg (StartCom Ltd.)
Could you apply this patch? Correcting the insistence of opensc directory :-) Andreas Jellinghaus wrote: oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Eddy Nigg (StartCom Ltd.)
Hi Andreas, Andreas Jellinghaus wrote: oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "opensc" subdir of $libdir. Well, something like this I had exp

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Andreas Jellinghaus
oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "opensc" subdir of $libdir. should we change that? to plain @[EMAIL PROTECTED] there are no other users of opensc