Am Montag 01 Februar 2010 13:04:57 schrieb Alon Bar-Lev: > Won't it be simpler to leave libopensc as-is and encapsulate the > pkcs15init?
hmm, I thought you need to compile libopensc first and then compile pkcs15init. if you think the other way would work too, yes, the final "libopensc.so" can be created in libopensc/ too. then we need a dummy noinst_ libpkcs15init.la again, and incoporate that in opensc/. > Anyway, there are problems with the patch, I don't have time right now > to go over this, please don't commit yet. can you share what kind of problems you saw? maybe we can fix them ourself? > Examples: > 1. src/pkcs15init/Makefile.am, still need to rename libpkcs15init.la > to something else at def dependency. there is no "libpkcs15init" left after my patch. (oops, some reference for the windows only "mylib" section, but I can fix that). > 2. src/tests/pintest.c:61: undefined reference to `_getpass' need to link with common/libcompat.la too. strange, why didn't my "make distcheck" catch that? anything else? I can fix those easily. Regards, Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
