7163637 openssl pkg-config file changes break pam_pkcs11
authorHuie-Ying Lee <huieying.lee@oracle.com>
Tue, 01 May 2012 16:37:47 -0700
changeset 801 e0a5aefb7712
parent 800 2ad056ed89ec
child 802 7d506270af98
7163637 openssl pkg-config file changes break pam_pkcs11
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)