components/openssh/Makefile
changeset 2070 be6c6d4f183f
parent 1979 bdbb0de8834e
child 2072 a9add2444420
equal deleted inserted replaced
2069:702bb045e898 2070:be6c6d4f183f
    45 include ../../make-rules/ips.mk
    45 include ../../make-rules/ips.mk
    46 
    46 
    47 # Enable ASLR for this component
    47 # Enable ASLR for this component
    48 ASLR_MODE = $(ASLR_ENABLE)
    48 ASLR_MODE = $(ASLR_ENABLE)
    49 
    49 
    50 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -DSET_USE_PAM -DDEPRECATE_SUNSSH_OPT -DLASTLOG_FIX -DKRB5_BUILD_FIX -DAUE_openssh=6172 -DDTRACE_SFTP -DDISABLE_BANNER -DPAM_ENHANCEMENT -DPAM_BUGFIX"
    50 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -DSET_USE_PAM -DDEPRECATE_SUNSSH_OPT -DKRB5_BUILD_FIX -DAUE_openssh=6172 -DDTRACE_SFTP -DDISABLE_BANNER -DPAM_ENHANCEMENT -DPAM_BUGFIX"
    51 
    51 
    52 # We need to disable lazyloading of dynamic dependent libraries. During the
    52 # We need to disable lazyloading of dynamic dependent libraries. During the
    53 # pre-authentication phase, sshd will chroot to /var/empty which doesn't
    53 # pre-authentication phase, sshd will chroot to /var/empty which doesn't
    54 # contain any files. If we use lazyloading, sshd will fail to find any
    54 # contain any files. If we use lazyloading, sshd will fail to find any
    55 # libraries that it needs.
    55 # libraries that it needs.