20656125 OpenSSH ed25519 algorithm signature verification failure
authorHuie-Ying Lee <huieying.lee@oracle.com>
Tue, 10 Mar 2015 11:12:15 -0700
changeset 3930 acff78288302
parent 3928 a2a4b4365139
child 3932 1b7dd68f6aa9
20656125 OpenSSH ed25519 algorithm signature verification failure
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