diff options
| author | Robert Mustacchi <rm@joyent.com> | 2014-05-20 13:23:20 -0700 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-05-20 15:32:05 -0700 |
| commit | d7141854234c22ab8fe0547bf51a2f3a30781870 (patch) | |
| tree | b4598795c57d0dfaea8c08c4aba3d00569326900 /usr/src/lib/pkcs11 | |
| parent | 826ac02a0def83e0a41b29321470d299c7389aab (diff) | |
| download | illumos-joyent-d7141854234c22ab8fe0547bf51a2f3a30781870.tar.gz | |
backout 4853: breaks lint
Diffstat (limited to 'usr/src/lib/pkcs11')
| -rw-r--r-- | usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com b/usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com index 3683677c22..020051c977 100644 --- a/usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com +++ b/usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com @@ -73,12 +73,7 @@ TSSLIB=-L$(TSPILIBDIR) TSSLIB64=-L$(TSPILIBDIR)/$(MACH64) TSSINC=-I$(TSPIINCDIR) -LDLIBS += $(TSSLIB) -L$(ADJUNCT_PROTO)/lib -lc -luuid -lmd -ltspi - -# libcrypto has no lint library, so we can only use it when -# building -$(LIBS) := LDLIBS += -lcrypto - +LDLIBS += $(TSSLIB) -L$(ADJUNCT_PROTO)/lib -lc -luuid -lmd -ltspi -lcrypto CPPFLAGS += -xCC -D_POSIX_PTHREAD_SEMANTICS $(TSSINC) CPPFLAGS64 += $(CPPFLAGS) C99MODE= $(C99_ENABLE) |
