solaris 8 sparc defines _LP64 to empty, causing build failure

This commit is contained in:
David Mulder
2016-08-04 10:50:13 -06:00
committed by Nico Williams
parent 572a6fd7ac
commit f132d2040d

View File

@@ -60,7 +60,7 @@
#include <ref/pkcs11.h>
#if __sun && !defined(PKCS11_MODULE_PATH)
# if _LP64
# ifdef _LP64
# define PKCS11_MODULE_PATH "/usr/lib/64/libpkcs11.so"
# else
# define PKCS11_MODULE_PATH "/usr/lib/libpkcs11.so"