Thu, 15 Mar 2012 21:52:52 +0100
Import custom package specs to build for undistributed platforms.
michael@4 | 1 | ## Description: Add missing libraries to Makefile.in due to compiler change |
michael@4 | 2 | ## Origin/Author: Torsten Spindler (Canonical) |
michael@4 | 3 | ## Bug: https://bugs.launchpad.net/ubuntu/+source/opensc/+bug/692571 |
michael@4 | 4 | --- a/src/tools/Makefile.am |
michael@4 | 5 | +++ b/src/tools/Makefile.am |
michael@4 | 6 | @@ -25,7 +25,8 @@ |
michael@4 | 7 | pkcs15_tool_LDADD = $(OPTIONAL_OPENSSL_LIBS) |
michael@4 | 8 | pkcs11_tool_SOURCES = pkcs11-tool.c util.c |
michael@4 | 9 | pkcs11_tool_LDADD = $(OPTIONAL_OPENSSL_LIBS) $(LTLIB_LIBS) \ |
michael@4 | 10 | - $(top_builddir)/src/common/libpkcs11.la |
michael@4 | 11 | + $(top_builddir)/src/common/libpkcs11.la \ |
michael@4 | 12 | + -lltdl |
michael@4 | 13 | pkcs15_crypt_SOURCES = pkcs15-crypt.c util.c |
michael@4 | 14 | pkcs15_crypt_LDADD = $(OPTIONAL_OPENSSL_LIBS) |
michael@4 | 15 | cryptoflex_tool_SOURCES = cryptoflex-tool.c util.c |