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
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 "
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
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