components/openssh/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3946 b1e0e68de63b
child 4129 1b849fbbd264
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 COMPILER=	gcc
       
    24 
    23 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    24 
    26 
    25 COMPONENT_NAME=		openssh
    27 COMPONENT_NAME=		openssh
    26 COMPONENT_VERSION=	6.5p1
    28 COMPONENT_VERSION=	6.5p1
    27 HUMAN_VERSION=		$(COMPONENT_VERSION)
    29 HUMAN_VERSION=		$(COMPONENT_VERSION)
    44 include $(WS_MAKE_RULES)/configure.mk
    46 include $(WS_MAKE_RULES)/configure.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    47 include $(WS_MAKE_RULES)/ips.mk
    46 
    48 
    47 # Enable ASLR for this component
    49 # Enable ASLR for this component
    48 ASLR_MODE = $(ASLR_ENABLE)
    50 ASLR_MODE = $(ASLR_ENABLE)
    49 
       
    50 COMPILER=	gcc
       
    51 
    51 
    52 CFLAGS += -DSET_USE_PAM
    52 CFLAGS += -DSET_USE_PAM
    53 CFLAGS += -DDEPRECATE_SUNSSH_OPT
    53 CFLAGS += -DDEPRECATE_SUNSSH_OPT
    54 CFLAGS += -DKRB5_BUILD_FIX
    54 CFLAGS += -DKRB5_BUILD_FIX
    55 CFLAGS += -DDTRACE_SFTP
    55 CFLAGS += -DDTRACE_SFTP
    93 
    93 
    94 # Because of certain set up requirement, the regress test suite is ported to
    94 # Because of certain set up requirement, the regress test suite is ported to
    95 # the STC gate.
    95 # the STC gate.
    96 test:		$(NO_TESTS)
    96 test:		$(NO_TESTS)
    97 
    97 
    98 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    98 REQUIRED_PACKAGES += library/libedit
    99 
    99 REQUIRED_PACKAGES += library/security/openssl
   100 include ../../make-rules/depend.mk
   100 REQUIRED_PACKAGES += library/zlib
       
   101 REQUIRED_PACKAGES += service/security/kerberos-5
       
   102 REQUIRED_PACKAGES += system/library
       
   103 REQUIRED_PACKAGES += system/library/gcc-45-runtime
       
   104 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
   105 REQUIRED_PACKAGES += system/library/security/gss
       
   106 REQUIRED_PACKAGES += system/linker