# HG changeset patch # User Huie-Ying Lee # Date 1426011135 25200 # Node ID acff782883021d48d431607eca7be99ba159368e # Parent a2a4b4365139ea56a98ec9615dbeb45d5dd58fa6 20656125 OpenSSH ed25519 algorithm signature verification failure diff -r a2a4b4365139 -r acff78288302 components/openssh/Makefile --- a/components/openssh/Makefile Mon Mar 09 23:00:55 2015 -0700 +++ b/components/openssh/Makefile Tue Mar 10 11:12:15 2015 -0700 @@ -48,6 +48,8 @@ # Enable ASLR for this component ASLR_MODE = $(ASLR_ENABLE) +COMPILER= gcc + CFLAGS += -DSET_USE_PAM CFLAGS += -DDEPRECATE_SUNSSH_OPT CFLAGS += -DKRB5_BUILD_FIX @@ -113,5 +115,7 @@ REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += service/security/kerberos-5 REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/gcc-45-runtime +REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime REQUIRED_PACKAGES += system/library/security/gss REQUIRED_PACKAGES += system/linker