Skip to content

Commit

Permalink
openssh: fix build failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
SibrenVasse committed Dec 20, 2023
1 parent ab12792 commit df25185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/openssh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ CONFIGURE_ARGS += \
--with-stackprotect \
--with$(if $(CONFIG_OPENSSL_ENGINE),,out)-ssl-engine \
--with$(if $(CONFIG_OPENSSH_LIBFIDO2),,out)-security-key-builtin

ifeq ($(ARCH),powerpc_8548)
TARGET_CFLAGS+=-fzero-call-used-regs=skip
endif

ifeq ($(BUILD_VARIANT),with-pam)
CONFIGURE_ARGS += \
Expand Down

0 comments on commit df25185

Please sign in to comment.