# HG changeset patch # User Huie-Ying Lee # Date 1335915467 25200 # Node ID e0a5aefb771275f52f6f230de93f2e929691cf38 # Parent 2ad056ed89ecf0d994aa38ceabfbde1998ef0aa8 7163637 openssl pkg-config file changes break pam_pkcs11 diff -r 2ad056ed89ec -r e0a5aefb7712 components/pam_pkcs11/Makefile --- a/components/pam_pkcs11/Makefile Fri Apr 27 13:23:29 2012 -0700 +++ b/components/pam_pkcs11/Makefile Tue May 01 16:37:47 2012 -0700 @@ -39,6 +39,7 @@ CONFIGURE_OPTIONS += --with-pcsclite=no CONFIGURE_OPTIONS += --with-included-gettext=yes CONFIGURE_OPTIONS += --localstatedir=/var +CONFIGURE_OPTIONS += OPENSSL_LIBS="-lssl -lcrypto -lsocket -lnsl" # common targets build: $(BUILD_32_and_64)