components/python/netaddr/Makefile
changeset 1434 c782e620dd26
parent 1310 ed3f9d06a78b
child 1907 446472de62e9
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    38 
    38 
    39 COMPONENT_POST_INSTALL_ACTION = \
    39 COMPONENT_POST_INSTALL_ACTION = \
    40 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
    40 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
    41 
    41 
       
    42 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    43 
    42 # common targets
    44 # common targets
    43 build:		$(BUILD_NO_ARCH)
    45 build:		$(BUILD_NO_ARCH)
    44 
    46 
    45 install:	$(INSTALL_NO_ARCH)
    47 install:	$(INSTALL_NO_ARCH)
    46 
    48