components/webalizer/Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2723 138732f62341
child 3661 47545fb8aed4
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    46 # Adjust the log file pathname in the sample configuration file.
    46 # Adjust the log file pathname in the sample configuration file.
    47 COMPONENT_PRE_BUILD_ACTION += \
    47 COMPONENT_PRE_BUILD_ACTION += \
    48 	$(GSED) -i -e 's?lib/httpd/logs/?apache2/2.2/logs/?' \
    48 	$(GSED) -i -e 's?lib/httpd/logs/?apache2/2.2/logs/?' \
    49 		$(SOURCE_DIR)/sample.conf
    49 		$(SOURCE_DIR)/sample.conf
    50 
    50 
    51 COMPILER =	gcc
    51 COMPILER =	gcc3
    52 
    52 
    53 CONFIGURE_OPTIONS +=	--enable-dns
    53 CONFIGURE_OPTIONS +=	--enable-dns
    54 CONFIGURE_OPTIONS +=	--with-gd=/usr/include/gd2
    54 CONFIGURE_OPTIONS +=	--with-gd=/usr/include/gd2
    55 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    55 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    56 CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"
    56 CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"