components/python/netifaces/Makefile
branchs11-update
changeset 3789 137fdcb27c8e
parent 3778 35735ffdda43
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3788:66a6b4289021 3789:137fdcb27c8e
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 COMPONENT_BUILD_ENV += CC_BITS="$(CC_BITS)"
    46 COMPONENT_BUILD_ENV += CC_BITS="$(CC_BITS)"
    47 
    47 
    48 # Needed to get around a broken /usr/lib/python2.7/config/Makefile
       
    49 # See CR #16837431.
       
    50 LD=$(CC)
       
    51 LDSHARED=$(CC) -G
       
    52 PYTHON_ENV += CC="$(CC)"
       
    53 PYTHON_ENV += LDSHARED="$(LDSHARED)"
       
    54 PYTHON_ENV += LD="$(LD)"
       
    55 PYTHON_ENV += CFLAGS="$(CFLAGS)"
       
    56 COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
       
    57 
       
    58 # common targets
    48 # common targets
    59 build:		$(BUILD_32_and_64)
    49 build:		$(BUILD_32_and_64)
    60 
    50 
    61 install:	$(INSTALL_32_and_64)
    51 install:	$(INSTALL_32_and_64)
    62 
    52