components/stunnel/Makefile
branchs11u3-sru
changeset 7924 be9448144641
parent 7508 d03fb8c23fad
equal deleted inserted replaced
7908:abff0726470c 7924:be9448144641
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		stunnel
    28 COMPONENT_NAME=		stunnel
    41 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 
    44 
    45 COMPONENT_PREP_ACTION += (cd $(@D) ; autoreconf -f)
    45 COMPONENT_PREP_ACTION += (cd $(@D) ; autoreconf -f)
       
    46 
       
    47 PATCH_LEVEL = 0
    46 
    48 
    47 # need /usr/perl5/bin on path to access pod2man perl script, used by 
    49 # need /usr/perl5/bin on path to access pod2man perl script, used by 
    48 # the build to create docs
    50 # the build to create docs
    49 COMPONENT_BUILD_ENV +=  PATH=$(USRDIR)/perl5/bin:$(PATH)
    51 COMPONENT_BUILD_ENV +=  PATH=$(USRDIR)/perl5/bin:$(PATH)
    50 
    52