components/python/pycurl/Makefile
changeset 873 eacbe16b1cd9
parent 800 2ad056ed89ec
child 1058 34d7aaa03423
equal deleted inserted replaced
872:4ce8edeb91bf 873:eacbe16b1cd9
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    43 
    43 
    44 # build modules PIC (needed for Python 2.7)
       
    45 CFLAGS += $(CC_PIC)
       
    46 
       
    47 # to make sure that the docs get installed in the right place.
    44 # to make sure that the docs get installed in the right place.
    48 PYTHON_DATA = /usr
    45 PYTHON_DATA = /usr
    49 
    46 
    50 # common targets
    47 # common targets
    51 build:		$(BUILD_32_and_64)
    48 build:		$(BUILD_32_and_64)