This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 94982258fe0dced4a041c6abdc6cdef5d3ce7526 Mon Sep 17 00:00:00 2001 | |
From: Joseph Barker <[email protected]> | |
Date: Tue, 19 Sep 2017 14:10:12 +0900 | |
Subject: [PATCH] revert regression in printing of exponentials | |
--- | |
lib/libconfig.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/lib/libconfig.c b/lib/libconfig.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Openssh < Formula | |
homepage 'http://www.openssh.com/' | |
url 'http://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz' | |
version '6.3p1' | |
sha1 '70845ca79474258cab29dbefae13d93e41a83ccb' | |
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version' | |
option 'with-keychain-support', 'Add native OS X Keychain and Launch Daemon support to ssh-agent' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile.in b/Makefile.in | |
index 8fded74..5279aba 100644 | |
--- a/Makefile.in | |
+++ b/Makefile.in | |
@@ -58,6 +58,7 @@ SED=@SED@ | |
ENT=@ENT@ | |
XAUTH_PATH=@XAUTH_PATH@ | |
LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@ | |
+KEYCHAIN_LDFLAGS=@KEYCHAIN_LDFLAGS@ | |
EXEEXT=@EXEEXT@ |