-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] #3149
[email protected] #3149
Conversation
Hello @mattyclarkson, modules you maintain (openssh) have been updated in this PR. Please review the changes. |
574de3e
to
531bb8e
Compare
Adds `config.h` for macOS (Intel and Apple Silicon). This was tested on both Intel and Apple Silicon Macs. This will allow building `@openssh//:sshd` on macOS after this and #3149 have been merged.
Co-authored-by: Oers <[email protected]>
With `#define HAVE_CRYPT_H 1`, the file xcrypt.c would `#include <crypt.h>` which might not be installed globally and is not provided by libxcrypt as a system header (`-isystem`). Co-authored-by: Oers <[email protected]>
531bb8e
to
75c55cc
Compare
LGTM, thanks! |
Hello @malt3, One simple question plz. My bazel_dep(name = "openssh", version = "9.9p1")
single_version_override(
module_name = "openssh",
patch_strip = 1,
patches = ["//patches:openssh.patch"],
version = "9.9p1",
) openssh.patch
My cc. It works #include "ssherr.h" However, I prefer #include "openssh/ssherr.h" Filename Thx, |
Hi @shixiong-jiang, I think this a question for @mattyclarkson, the maintainer. |
@malt3, Thx.
did work 👍 |
This supersedes #3143 and #3148:
crypt.h
(now with a minimally invasive config change)@openssh//:ssh
and@openssh//:sshd
targets were tested on Intel and Apple Silicon