components/lighttpd/Makefile
branchs11-update
changeset 2890 47c675945a45
parent 2434 6c9bb5cf5610
child 2925 d64f6e80d9b1
equal deleted inserted replaced
2888:adc592c67ee4 2890:47c675945a45
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, 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=		lighttpd
    28 COMPONENT_NAME=		lighttpd
    55 
    55 
    56 CONFIGURE_OPTIONS +=	--with-pic
    56 CONFIGURE_OPTIONS +=	--with-pic
    57 CONFIGURE_OPTIONS +=	--with-lua
    57 CONFIGURE_OPTIONS +=	--with-lua
    58 CONFIGURE_OPTIONS +=	--with-openssl
    58 CONFIGURE_OPTIONS +=	--with-openssl
    59 CONFIGURE_OPTIONS +=	--with-pcre
    59 CONFIGURE_OPTIONS +=	--with-pcre
    60 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/bin/mysql_config
    60 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/5.1/bin/mysql_config
    61 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    61 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    62 
    62 
    63 # common targets
    63 # common targets
    64 build:		$(BUILD_32)
    64 build:		$(BUILD_32)
    65 
    65