components/libxml2/Makefile
branchs11-update
changeset 3985 6cc44e5834f8
parent 3783 9edbfb2ff34a
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3984:03ec35f09e5b 3985:6cc44e5834f8
    48 include ../../make-rules/ips.mk
    48 include ../../make-rules/ips.mk
    49 include ../../make-rules/lint-libraries.mk
    49 include ../../make-rules/lint-libraries.mk
    50 
    50 
    51 CFLAGS +=	$(CPP_LARGEFILES)
    51 CFLAGS +=	$(CPP_LARGEFILES)
    52 LDFLAGS +=	$(LD_Z_DEFS) $(LD_Z_TEXT) -lpthread
    52 LDFLAGS +=	$(LD_Z_DEFS) $(LD_Z_TEXT) -lpthread
       
    53 
       
    54 # Once Python 2.6 goes away, the various POST_*_ACTIONs below can be simplified.
       
    55 PYTHON_VERSION=2.6
    53 
    56 
    54 CONFIGURE_OPTIONS += --disable-static
    57 CONFIGURE_OPTIONS += --disable-static
    55 CONFIGURE_OPTIONS += --with-pic
    58 CONFIGURE_OPTIONS += --with-pic
    56 CONFIGURE_OPTIONS += --with-threads
    59 CONFIGURE_OPTIONS += --with-threads
    57 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
    60 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))