freebsd-ports/security/kr/files/patch-Makefile
Mark Felder acf68e36e0 kr enables SSH to authenticate with a key stored in a Krypton (iOS or
Android) mobile app. kr runs as an SSH agent, called krd. When a Krypton
private key operation is needed for authentication, krd routes this
request to the paired mobile phone, where the user decides whether to
allow the operation or not. The private key never leaves the phone.

WWW: https://krypt.co
2018-03-30 14:19:23 +00:00

11 lines
461 B
Text

--- Makefile.orig 2018-01-09 20:17:55 UTC
+++ Makefile
@@ -66,7 +66,7 @@ endif
endif
cd kr; go build $(GO_TAGS) -o ../bin/kr
cd krd/main; CGO_LDFLAGS="$(CGO_LDFLAGS)" go build $(GO_TAGS) -o ../../bin/krd
- cd pkcs11shim; make; cp target/release/kr-pkcs11.so ../lib/
+ cd pkcs11shim; gmake; cp target/release/kr-pkcs11.so ../lib/
cd krssh; CGO_LDFLAGS="$(CGO_LDFLAGS)" go build $(GO_TAGS) -o ../bin/krssh
cd krgpg; go build $(GO_TAGS) -o ../bin/krgpg