components/python/pyopenssl/Makefile
changeset 3817 30b42c38bbc4
parent 3497 091183b2cc24
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		pyOpenSSL
    27 COMPONENT_NAME=		pyOpenSSL
    28 COMPONENT_VERSION=	0.13
    28 COMPONENT_VERSION=	0.13
    34 COMPONENT_PROJECT_URL=  https://launchpad.net/pyopenssl
    34 COMPONENT_PROJECT_URL=  https://launchpad.net/pyopenssl
    35 COMPONENT_BUGDB=	python-mod/pyopenssl
    35 COMPONENT_BUGDB=	python-mod/pyopenssl
    36 
    36 
    37 TPNO=			9207
    37 TPNO=			9207
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 
    44 
    45 COMPONENT_TEST_DIR = $(COMPONENT_SRC)/OpenSSL/test
    45 COMPONENT_TEST_DIR = $(COMPONENT_SRC)/OpenSSL/test
    46 # The .so files are under ./OpenSSL/64 not ./64/OpenSSL so the
    46 # The .so files are under ./OpenSSL/64 not ./64/OpenSSL so the
    55 
    55 
    56 install:	$(INSTALL_32_and_64)
    56 install:	$(INSTALL_32_and_64)
    57 
    57 
    58 test:		$(TEST_32_and_64)
    58 test:		$(TEST_32_and_64)
    59 
    59 
    60 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    61 
    60 
    62 include $(WS_TOP)/make-rules/depend.mk
    61 REQUIRED_PACKAGES += library/security/openssl
       
    62 REQUIRED_PACKAGES += system/library