components/lighttpd/Makefile
branchs11-update
changeset 3053 60a045d209ef
parent 2925 d64f6e80d9b1
child 3661 47545fb8aed4
equal deleted inserted replaced
3050:b32b8b41ab85 3053:60a045d209ef
    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
    29 COMPONENT_VERSION=	1.4.33
    29 COMPONENT_VERSION=	1.4.35
    30 COMPONENT_PROJECT_URL=	http://www.lighttpd.net/
    30 COMPONENT_PROJECT_URL=	http://www.lighttpd.net/
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:91f574d8bea8d9f75535e86cb2abc389beb8be24f003b71e6304b8c8ba1d3753
    34     sha256:62c23de053fd82e1bf64f204cb6c6e44ba3c16c01ff1e09da680d982802ef1cc
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/lighttpd
    36 COMPONENT_BUGDB=	utility/lighttpd
    37 
    37 
    38 LIGHTTPD_INSTALLDIR=/usr/lighttpd/1.4
    38 LIGHTTPD_INSTALLDIR=/usr/lighttpd/1.4
    39 
    39 
    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/5.1/bin/mysql_config
    60 CONFIGURE_OPTIONS +=	--with-mysql=/usr/mysql/5.5/bin/$(MACH32)/mysql_config
    61 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    61 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -R/usr/mysql/5.5/lib"
       
    62 
       
    63 # Enable ASLR for this component
       
    64 ASLR_MODE = $(ASLR_ENABLE)
    62 
    65 
    63 # common targets
    66 # common targets
    64 build:		$(BUILD_32)
    67 build:		$(BUILD_32)
    65 
    68 
    66 install:	$(INSTALL_32)
    69 install:	$(INSTALL_32)