components/libxml2/Makefile
changeset 673 bb9df3c906be
parent 609 775168282b2f
child 706 6e61f0012046
equal deleted inserted replaced
672:92e2da956d23 673:bb9df3c906be
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		libxml2
    28 COMPONENT_NAME=		libxml2
    47 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
    47 CONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
    48 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    48 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    49 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)"
    49 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)"
    50 CONFIGURE_OPTIONS += PYTHON_VENDOR_PACKAGES=$(PYTHON_VENDOR_PACKAGES)
    50 CONFIGURE_OPTIONS += PYTHON_VENDOR_PACKAGES=$(PYTHON_VENDOR_PACKAGES)
    51 
    51 
    52 COMPONENT_PREP_ACTION += (cd $(@D) ; cp ../mapfile libxml2.syms ; autoconf)
    52 COMPONENT_PREP_ACTION += (cd $(@D) ; cp ../mapfile libxml2.syms ; autoreconf -if)
    53 
    53 
    54 COMPONENT_TEST_TARGETS = tests
    54 COMPONENT_TEST_TARGETS = tests
    55 
    55 
    56 # common targets
    56 # common targets
    57 build:		$(BUILD_32_and_64)
    57 build:		$(BUILD_32_and_64)