Skip to content

Commit

Permalink
Merge pull request #3278 from citrus-it/aarch64.openssh
Browse files Browse the repository at this point in the history
aarch64: enable /etc/default/login parsing for openssh
  • Loading branch information
oetiker committed Jul 6, 2023
2 parents ac10666 + 4609e0e commit 4553920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/openssh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ CONFIGURE_OPTS[amd64]+="
--with-kerberos5=$PREFIX
--with-libedit=$PREFIX
"
CONFIGURE_OPTS[aarch64]+="
--enable-etc-default-login
ac_cv_file__etc_default_login=yes
"

CFLAGS+=" -fstack-check "
CFLAGS+="-DPAM_ENHANCEMENT -DSET_USE_PAM -DPAM_BUGFIX "
Expand Down

0 comments on commit 4553920

Please sign in to comment.